Ready to release #33
Annotations
10 warnings
build:
Tests/PetStoreClientApi/PetStoreAuto.cs#L847
'WebApiRequestException.StatusCode' hides inherited member 'HttpRequestException.StatusCode'. Use the new keyword if hiding was intended.
|
build:
Tests/PetStoreApiTests/PetStoreIntegration.cs#L37
'PetsFixture.Dispose()' hides inherited member 'HttpClientWithUsername.Dispose()'. Use the new keyword if hiding was intended.
|
build:
Tests/PetStoreApiTests/PetStoreIntegration.cs#L43
'PetsFixture.Dispose(bool)' hides inherited member 'HttpClientWithUsername.Dispose(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
PetWebApi/Controllers/PetsController.cs#L20
XML comment has badly formed XML -- 'An identifier was expected.'
|
build:
PetWebApi/Controllers/PetsController.cs#L20
XML comment has badly formed XML -- 'The character(s) '.' cannot be used at this location.'
|
build:
PetWebApi/Controllers/PetsController.cs#L23
XML comment has badly formed XML -- 'Expected an end tag for element ''.'
|
build:
PetWebApi/Controllers/PetsController.cs#L23
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
build:
PetWebApi/Controllers/PetsController.cs#L37
Parameter 'body' has no matching param tag in the XML comment for 'PetController.UpdatePet(object, string, long)' (but other parameters do)
|
build:
PetWebApi/Controllers/PetsController.cs#L61
Parameter 'body' has no matching param tag in the XML comment for 'PetController.UpdatePetWithForm(long, IFormFile)' (but other parameters do)
|
build:
PetWebApi/Controllers/PetsController.cs#L85
Parameter 'body' has no matching param tag in the XML comment for 'PetController.UploadFile(long, IFormFile)' (but other parameters do)
|