Adrian Iftode

Results 6 issues of Adrian Iftode

While the wildcard meaning is explained like "The wildcard pattern with which the subject is matched, where * and ? have special meanings.", it worths adding some examples.

Currently to check that redirect response that has the expected redirect location something like the following is tried: ``` response.Should().Be302Redirect() .And.HaveHeader("Location") .And.Match("/redirect-location"); ``` What could ease would be: to assert...

Use case: Consider the following response: ``` Expected HTTP response to be "OK", but found InternalServerError. The HTTP response was: HTTP/1.1 500 InternalServerError Set-Cookie: XSRF-TOKEN=aaaaaaaaaaaaaaaaaaaaaaa; path=/ Content-Type: application/json Content-Length: 3963...

The expected model was a single object, and the response an array. ```` Expected response to have a content equivalent to a model of type "f__AnonymousType0`7[System.Int32,System.String,System.String,System.Int32,System.DateTime,System.Int32,System.Int32]", but the JSON representation...

Currently I see that I can use wiremock hosted in different forms, however what I would like to do is to have a path prefix and everything after that path...

question

By using an EditorConfig file we'll make sure things like whitespace, indentation and .Net specific coding styles are consistently checked by all contributors. https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2019