Fix define constants #385
Annotations
10 warnings
|
build:
src/SignhostAPIClient/Rest/ErrorHandling/BadRequestException.cs#L6
The type 'SerializableAttribute' in 'D:\a\SignhostClientLibrary\SignhostClientLibrary\src\SignhostAPIClient\System\SerializableAttribute.cs' conflicts with the imported type 'SerializableAttribute' in 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in 'D:\a\SignhostClientLibrary\SignhostClientLibrary\src\SignhostAPIClient\System\SerializableAttribute.cs'.
|
|
build:
src/SignhostAPIClient/Rest/ErrorHandling/InternalServerErrorException.cs#L7
The type 'SerializableAttribute' in 'D:\a\SignhostClientLibrary\SignhostClientLibrary\src\SignhostAPIClient\System\SerializableAttribute.cs' conflicts with the imported type 'SerializableAttribute' in 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in 'D:\a\SignhostClientLibrary\SignhostClientLibrary\src\SignhostAPIClient\System\SerializableAttribute.cs'.
|
|
build:
src/SignhostAPIClient/Rest/ErrorHandling/NotFoundException.cs#L6
The type 'SerializableAttribute' in 'D:\a\SignhostClientLibrary\SignhostClientLibrary\src\SignhostAPIClient\System\SerializableAttribute.cs' conflicts with the imported type 'SerializableAttribute' in 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in 'D:\a\SignhostClientLibrary\SignhostClientLibrary\src\SignhostAPIClient\System\SerializableAttribute.cs'.
|
|
build:
src/SignhostAPIClient/Rest/ErrorHandling/BadAuthorizationException.cs#L10
The type 'SerializableAttribute' in 'D:\a\SignhostClientLibrary\SignhostClientLibrary\src\SignhostAPIClient\System\SerializableAttribute.cs' conflicts with the imported type 'SerializableAttribute' in 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Using the type defined in 'D:\a\SignhostClientLibrary\SignhostClientLibrary\src\SignhostAPIClient\System\SerializableAttribute.cs'.
|
|
build:
src/SignhostAPIClient/Rest/SignHostApiClient.cs#L20
Commas should not be preceded by whitespace. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1001.md)
|
|
build:
src/SignhostAPIClient/Rest/JsonContent.cs#L28
File may only contain a single type (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1402.md)
|
|
build:
src/SignhostAPIClient/Rest/ErrorHandling/HttpResponseMessageErrorHandlingExtensions.cs#L100
Unreachable code detected
|
|
build:
src/SignhostAPIClient/Rest/SignHostApiClient.cs#L20
Commas should not be preceded by whitespace. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1001.md)
|
|
build:
src/SignhostAPIClient/Rest/JsonContent.cs#L28
File may only contain a single type (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1402.md)
|
|
build:
src/SignhostAPIClient/Rest/ErrorHandling/HttpResponseMessageErrorHandlingExtensions.cs#L100
Unreachable code detected
|