Update generated code for beta #3032
Merged
Annotations
24 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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.
|
src/Examples/ExampleTemplate.cs#L24
The variable 'apiKey' is assigned but its value is never used
|
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.
|
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.
|
src/Examples/ExampleTemplate.cs#L24
The variable 'apiKey' is assigned but its value is never used
|
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.
|
src/Examples/V2/ThinEventWebhookHandler.cs#L31
Possible null reference assignment.
|
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.
|
src/Examples/V2/ThinEventWebhookHandler.cs#L23
Field '_client' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
src/Examples/V2/ThinEventWebhookHandler.cs#L24
Field '_webhookSecret' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
|
|
|
src/Examples/ExampleTemplate.cs#L24
The variable 'apiKey' is assigned but its value is never used
|
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.
|
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.
|
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.
|
src/Examples/ExampleTemplate.cs#L24
The variable 'apiKey' is assigned but its value is never used
|
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.
|
src/Examples/V2/ThinEventWebhookHandler.cs#L31
Possible null reference assignment.
|
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.
|
src/Examples/V2/ThinEventWebhookHandler.cs#L23
Field '_client' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
src/Examples/V2/ThinEventWebhookHandler.cs#L24
Field '_webhookSecret' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
The logs for this run have expired and are no longer available.
Loading