Minor change in comment style for reference to generic classes #159
Annotations
10 warnings
Build with dotnet:
Hosts/WebApp/Core/Localisation/RedirectUnsupportedCulturesRule.cs#L35
Possible null reference assignment.
|
Build with dotnet:
Hosts/WebApp/Core/Localisation/RedirectUnsupportedCulturesRule.cs#L46
Converting null literal or possible null value to non-nullable type.
|
Build with dotnet:
Hosts/WebApp/Core/Localisation/RedirectUnsupportedCulturesRule.cs#L48
Dereference of a possibly null reference.
|
Build with dotnet:
Hosts/WebApp/Core/Localisation/CultureTemplatePageRouteModelConvention.cs#L24
Dereference of a possibly null reference.
|
Build with dotnet:
Library/Aviant/src/Kernel/Core/Exceptions/CoreException.cs#L109
Member 'CoreException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CoreException.GetObjectData(SerializationInfo, StreamingContext)'.
|
Build with dotnet:
Library/Aviant/src/Kernel/Core/Exceptions/CoreException.cs#L35
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build with dotnet:
Library/Aviant/src/Kernel/Core/Exceptions/CoreException.cs#L116
'Exception.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build with dotnet:
Domains/Account/Application/UseCases/Profile/ProfileAccountQuery.cs#L27
Nullability of reference types in value of type 'Task<AccountUser?>' doesn't match target type 'Task<AccountUser>'.
|
Build with dotnet:
Domains/Account/Application/UseCases/GetBy/GetAccountQuery.cs#L21
Nullability of reference types in value of type 'Task<AccountUser?>' doesn't match target type 'Task<AccountUser>'.
|
Build with dotnet:
Domains/Account/Infrastructure/Identity/JwtBearerEventsConfigurator.cs#L67
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
The logs for this run have expired and are no longer available.
Loading