Build and release C# .NET8 test function #12
build-deploy-csharp-net8-testfunction.yml
on: workflow_dispatch
Build Test Function
59s
Deploy application
0s
Annotations
1 error and 11 warnings
Build Test Function
Invalid pattern '../linux.zip'. Relative pathing '.' and '..' is not allowed.
|
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, actions/upload-artifact@v3.1.1. 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)'.
|