added migrations script, updated migrations #331
deploy-ftp.yml
on: push
.NET Test
14s
Deploy Office App
1m 14s
Deploy Web API
1m 37s
Deploy Identity Server
2m 26s
Deploy Admin App
1m 23s
Annotations
2 errors and 15 warnings
Deploy Admin App
Applications published to a single-file are required to use the application host. You must either set PublishSingleFile to false or set UseAppHost to true.
|
Deploy Admin App
Process completed with exit code 1.
|
Deploy Office App
The following actions uses node12 which is deprecated and will be forced to run on node16: SamKirkland/FTP-Deploy-Action@4.3.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deploy Admin App:
src/Client/Logistics.Client/Exceptions/ApiException.cs#L11
'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)
|
Deploy Admin App:
src/Client/Logistics.AdminApp/Pages/Tenant/ListTenants.razor#L46
Dereference of a possibly null reference.
|
Deploy Web API
The following actions uses node12 which is deprecated and will be forced to run on node16: SamKirkland/FTP-Deploy-Action@4.3.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deploy Web API:
src/Core/Logistics.Infrastructure.EF/Registrar.cs#L72
Possible null reference assignment.
|
Deploy Web API:
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.Enums.LoadStatus.Dispatched' is not covered.
|
Deploy Identity Server
The following actions uses node12 which is deprecated and will be forced to run on node16: SamKirkland/FTP-Deploy-Action@4.3.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deploy Identity Server:
src/Core/Logistics.Infrastructure.EF/Registrar.cs#L72
Possible null reference assignment.
|
Deploy Identity Server:
src/Server/Logistics.IdentityServer/Pages/Account/Login/Index.cshtml.cs#L73
Possible null reference argument for parameter 'request' in 'Task IIdentityServerInteractionService.DenyAuthorizationAsync(AuthorizationRequest request, AuthorizationError error, string? errorDescription = null)'.
|
Deploy Identity Server:
src/Server/Logistics.IdentityServer/Pages/Account/Login/Index.cshtml.cs#L104
Dereference of a possibly null reference.
|
Deploy Identity Server:
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)
|
Deploy Identity Server:
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)
|
Deploy Identity Server:
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)
|
Deploy Identity Server:
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)
|
Deploy Identity Server:
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)
|