Merge master to beta branch #3674
ci.yml
on: pull_request
Build and test
10m 8s
Compat
2m 27s
Publish
0s
Annotations
1 error and 14 warnings
Build and test
Process completed with exit code 1.
|
Build and test
.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.
|
Build and test
.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.
|
Build and test
.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 and test
.NET 6.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 and test:
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)'.
|
Build and test:
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)'.
|
Build and test:
src/Examples/V2/ThinEventWebhookHandler.cs#L33
Possible null reference assignment.
|
Build and test:
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.
|
Build and test:
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)'.
|
Build and test:
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)'.
|
Build and test:
src/Examples/V2/ThinEventWebhookHandler.cs#L25
Field '_client' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
Build and test:
src/Examples/V2/ThinEventWebhookHandler.cs#L26
Field '_webhookSecret' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
Build and test:
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)'.
|
Build and test:
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)'.
|