Sand Update v0.0.1.1 #12
Triggered via release
April 2, 2024 14:36
andiricum2
published
v0.0.1.1
Status
Success
Total duration
53s
Artifacts
4
Annotations
40 warnings
build (win-x64):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L16
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
build (win-x64):
ProjectEarthServerAPI/Models/Features/Item.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (win-x64):
ProjectEarthServerAPI/Models/Features/Item.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (win-x64):
ProjectEarthServerAPI/Models/Features/Item.cs#L77
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (win-x64):
ProjectEarthServerAPI/Models/Features/JournalResponse.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (win-x64):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L16
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
build (win-x64):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build (win-x64):
ProjectEarthServerAPI/Controllers/ResourcePackController.cs#L59
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 (win-x64):
ProjectEarthServerAPI/Controllers/CdnTileController.cs#L37
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 (win-x64):
ProjectEarthServerAPI/Util/Tile.cs#L147
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build (linux-arm):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L16
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
build (linux-arm):
ProjectEarthServerAPI/Models/Features/Item.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (linux-arm):
ProjectEarthServerAPI/Models/Features/Item.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (linux-arm):
ProjectEarthServerAPI/Models/Features/Item.cs#L77
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (linux-arm):
ProjectEarthServerAPI/Models/Features/JournalResponse.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (linux-arm):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L16
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
build (linux-arm):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build (linux-arm):
ProjectEarthServerAPI/Controllers/ResourcePackController.cs#L59
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 (linux-arm):
ProjectEarthServerAPI/Controllers/CdnTileController.cs#L37
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 (linux-arm):
ProjectEarthServerAPI/Util/Tile.cs#L158
This call site is reachable on all platforms. 'Bitmap.GetPixel(int, int)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build (linux-x64):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L16
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
build (linux-x64):
ProjectEarthServerAPI/Models/Features/Item.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (linux-x64):
ProjectEarthServerAPI/Models/Features/Item.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (linux-x64):
ProjectEarthServerAPI/Models/Features/Item.cs#L77
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (linux-x64):
ProjectEarthServerAPI/Models/Features/JournalResponse.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (linux-x64):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L16
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
build (linux-x64):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build (linux-x64):
ProjectEarthServerAPI/Controllers/ResourcePackController.cs#L59
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 (linux-x64):
ProjectEarthServerAPI/Controllers/CdnTileController.cs#L37
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 (linux-x64):
ProjectEarthServerAPI/Util/Tile.cs#L147
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build (win-x86):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L16
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
build (win-x86):
ProjectEarthServerAPI/Models/Features/Item.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (win-x86):
ProjectEarthServerAPI/Models/Features/Item.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (win-x86):
ProjectEarthServerAPI/Models/Features/Item.cs#L77
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (win-x86):
ProjectEarthServerAPI/Models/Features/JournalResponse.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (win-x86):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L16
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
build (win-x86):
ProjectEarthServerAPI/Authentication/GenoaAuthenticationHandler.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build (win-x86):
ProjectEarthServerAPI/Controllers/ResourcePackController.cs#L59
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 (win-x86):
ProjectEarthServerAPI/Controllers/CdnTileController.cs#L37
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 (win-x86):
ProjectEarthServerAPI/Util/Tile.cs#L147
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
linux-arm-build
Expired
|
44.5 MB |
|
linux-x64-build
Expired
|
45.4 MB |
|
win-x64-build
Expired
|
46.2 MB |
|
win-x86-build
Expired
|
43.2 MB |
|