Update generated code for beta #3482
Annotations
24 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Debug:
src/Examples/Program.cs#L12
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 Debug:
src/Examples/ExampleTemplate.cs#L24
The variable 'apiKey' is assigned but its value is never used
|
Build Debug:
src/Examples/ExampleTemplate.cs#L22
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 Debug:
src/Examples/Program.cs#L12
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 Debug:
src/Examples/ExampleTemplate.cs#L24
The variable 'apiKey' is assigned but its value is never used
|
Build Debug:
src/Examples/ExampleTemplate.cs#L22
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 Debug:
src/Examples/V2/ThinEventWebhookHandler.cs#L31
Possible null reference assignment.
|
Build Debug:
src/Examples/V2/ThinEventWebhookHandler.cs#L26
Non-nullable field '_webhookSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Debug:
src/Examples/V2/ThinEventWebhookHandler.cs#L23
Field '_client' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
Build Debug:
src/Examples/V2/ThinEventWebhookHandler.cs#L24
Field '_webhookSecret' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
Setup .NET
.NET Core 2.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Setup .NET
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Setup .NET
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Build Release:
src/Examples/Program.cs#L12
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 Release:
src/Examples/ExampleTemplate.cs#L24
The variable 'apiKey' is assigned but its value is never used
|
Build Release:
src/Examples/ExampleTemplate.cs#L22
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 Release:
src/Examples/Program.cs#L12
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 Release:
src/Examples/ExampleTemplate.cs#L24
The variable 'apiKey' is assigned but its value is never used
|
Build Release:
src/Examples/ExampleTemplate.cs#L22
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 Release:
src/Examples/V2/ThinEventWebhookHandler.cs#L31
Possible null reference assignment.
|
Build Release:
src/Examples/V2/ThinEventWebhookHandler.cs#L26
Non-nullable field '_webhookSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Release:
src/Examples/V2/ThinEventWebhookHandler.cs#L23
Field '_client' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
Build Release:
src/Examples/V2/ThinEventWebhookHandler.cs#L24
Field '_webhookSecret' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
Loading