Build and release C# .NET8 test function #9
build-deploy-csharp-net8-testfunction.yml
on: workflow_dispatch
Build Test Function
56s
Deploy application
0s
Annotations
5 errors and 11 warnings
Build Test Function
The specified RuntimeIdentifier 'windows-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
|
Build Test Function
The specified RuntimeIdentifier 'windows-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
|
Build Test Function
The specified RuntimeIdentifier 'windows-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
|
Build Test Function
The specified RuntimeIdentifier 'windows-x64' is not recognized. See https://aka.ms/netsdk1083 for more information.
|
Build Test Function
Process completed with exit code 1.
|
Build Test Function
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Test Function:
src/Azure/Csharp/CloudRepublic.BenchMark.SampleFunction/Trigger.cs#L14
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 Test Function:
src/Shared/CloudRepublic.BenchMark.Data/CloudRepublic.BenchMark.Data/Entities/BenchMarkResultEntity.cs#L9
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Test Function:
src/Shared/CloudRepublic.BenchMark.Data/CloudRepublic.BenchMark.Data/Entities/BenchMarkResultEntity.cs#L10
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Test Function:
src/Shared/CloudRepublic.BenchMark.Data/CloudRepublic.BenchMark.Data/BenchMarkResultRepository.cs#L52
Possible null reference argument for parameter 'json' in 'BenchMarkResult? JsonSerializer.Deserialize<BenchMarkResult>(string json, JsonSerializerOptions? options = null)'.
|
Build Test Function:
src/Shared/CloudRepublic.BenchMark.Data/CloudRepublic.BenchMark.Data/BenchMarkResultRepository.cs#L52
Possible null reference argument for parameter 'item' in 'void List<BenchMarkResult>.Add(BenchMarkResult item)'.
|
Build Test Function:
src/Azure/Csharp/CloudRepublic.BenchMark.SampleFunction/Trigger.cs#L14
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 Test Function:
src/Shared/CloudRepublic.BenchMark.Data/CloudRepublic.BenchMark.Data/Entities/BenchMarkResultEntity.cs#L9
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Test Function:
src/Shared/CloudRepublic.BenchMark.Data/CloudRepublic.BenchMark.Data/Entities/BenchMarkResultEntity.cs#L10
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Test Function:
src/Shared/CloudRepublic.BenchMark.Data/CloudRepublic.BenchMark.Data/BenchMarkResultRepository.cs#L52
Possible null reference argument for parameter 'json' in 'BenchMarkResult? JsonSerializer.Deserialize<BenchMarkResult>(string json, JsonSerializerOptions? options = null)'.
|
Build Test Function:
src/Shared/CloudRepublic.BenchMark.Data/CloudRepublic.BenchMark.Data/BenchMarkResultRepository.cs#L52
Possible null reference argument for parameter 'item' in 'void List<BenchMarkResult>.Add(BenchMarkResult item)'.
|