Skip to content

Conversation

@lmolkova
Copy link

Fixes some issues:

  1. Allows to pass urls in cmd line to ASP.NET Core (settings.IgnoreUnknownArguments = true;)
  2. Allows to use appsettings.json when fault-injector runs as global CLI (ContentRootPath = Directory.GetParent(Assembly.GetExecutingAssembly().Location)?.FullName), stolen from global tool - appsettings.json dotnet/sdk#9730 (comment)
  3. Fixes exception when request without body is being proxied (if (Utils.HasBody(request)))

@lmolkova lmolkova requested a review from a team as a code owner February 29, 2024 20:31
@lmolkova lmolkova changed the title Yet another port fix, also make bodyless requests work again Fault-injector: yet another port fix, also make bodyless requests work again Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants