Skip to content

renamed shared namespaces, renamed properties and methods Result classes #349

renamed shared namespaces, renamed properties and methods Result classes

renamed shared namespaces, renamed properties and methods Result classes #349

Triggered via push June 29, 2024 04:09
Status Success
Total duration 52s
Artifacts

dotnet-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Core/Logistics.Application.Tenant/Extensions/PushNotificationExtensions.cs#L31
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Logistics.Shared.Consts.LoadStatus.Dispatched' is not covered.
build: src/Core/Logistics.Application.Tenant/Extensions/PushNotificationExtensions.cs#L31
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Logistics.Shared.Consts.LoadStatus.Dispatched' is not covered.
build: src/Server/Logistics.IdentityServer/Pages/Account/Login/Index.cshtml.cs#L74
Possible null reference argument for parameter 'request' in 'Task IIdentityServerInteractionService.DenyAuthorizationAsync(AuthorizationRequest request, AuthorizationError error, string? errorDescription = null)'.
build: src/Server/Logistics.IdentityServer/Pages/Account/Login/Index.cshtml.cs#L105
Dereference of a possibly null reference.
build: src/Server/Logistics.IdentityServer/Pages/SecurityHeadersAttribute.cs#L16
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)
build: src/Server/Logistics.IdentityServer/Pages/SecurityHeadersAttribute.cs#L22
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)
build: src/Server/Logistics.IdentityServer/Pages/SecurityHeadersAttribute.cs#L35
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)
build: src/Server/Logistics.IdentityServer/Pages/SecurityHeadersAttribute.cs#L40
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)
build: src/Server/Logistics.IdentityServer/Pages/SecurityHeadersAttribute.cs#L47
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)
build: src/Server/Logistics.IdentityServer/Pages/Account/Login/Index.cshtml.cs#L74
Possible null reference argument for parameter 'request' in 'Task IIdentityServerInteractionService.DenyAuthorizationAsync(AuthorizationRequest request, AuthorizationError error, string? errorDescription = null)'.
build: src/Server/Logistics.IdentityServer/Pages/Account/Login/Index.cshtml.cs#L105
Dereference of a possibly null reference.
build: src/Server/Logistics.IdentityServer/Pages/SecurityHeadersAttribute.cs#L16
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)