Use the right API version 2025-08-27.preview #3166
Merged
Annotations
14 warnings
|
src/Examples/V2/ThinEventWebhookHandler.cs#L26
Field '_webhookSecret' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
|
src/Examples/V2/ThinEventWebhookHandler.cs#L25
Field '_client' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
|
src/Examples/V2/MeterEventStream.cs#L31
Possible null reference argument for parameter 'stripeCustomerId' in 'Task MeterEventStream.SendMeterEvent(string apiKey, string eventName, string stripeCustomerId, string value)'.
|
|
src/Examples/V2/MeterEventStream.cs#L31
Possible null reference argument for parameter 'apiKey' in 'Task MeterEventStream.SendMeterEvent(string apiKey, string eventName, string stripeCustomerId, string value)'.
|
|
src/Examples/V2/ThinEventWebhookHandler.cs#L28
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#L33
Possible null reference assignment.
|
|
src/Examples/V2/PushedEventWebhookHandler.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/PushedEventWebhookHandler.cs#L31
Possible null reference assignment.
|
|
src/Examples/V2/MeterEventStream.cs#L31
Possible null reference argument for parameter 'stripeCustomerId' in 'Task MeterEventStream.SendMeterEvent(string apiKey, string eventName, string stripeCustomerId, string value)'.
|
|
src/Examples/V2/MeterEventStream.cs#L31
Possible null reference argument for parameter 'apiKey' in 'Task MeterEventStream.SendMeterEvent(string apiKey, string eventName, string stripeCustomerId, string value)'.
|
|
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading