Switch C# TargetFramework to netstandard2.0 #1901
Draft
Annotations
10 errors and 10 warnings
|
csharp/Svix/Webhook.cs#L70
Cannot implicitly convert type 'string' to 'System.ReadOnlySpan<char>'
|
|
csharp/Svix/Webhook.cs#L71
Cannot implicitly convert type 'string' to 'System.ReadOnlySpan<char>'
|
|
csharp/Svix/Webhook.cs#L72
Cannot implicitly convert type 'string' to 'System.ReadOnlySpan<char>'
|
|
csharp/Svix/Webhook.cs#L76
Cannot implicitly convert type 'string' to 'System.ReadOnlySpan<char>'
|
|
csharp/Svix/Webhook.cs#L77
Cannot implicitly convert type 'string' to 'System.ReadOnlySpan<char>'
|
|
csharp/Svix/Webhook.cs#L78
Cannot implicitly convert type 'string' to 'System.ReadOnlySpan<char>'
|
|
csharp/Svix/Webhook.cs#L113
Member 'object.Equals(object, object)' cannot be accessed with an instance reference; qualify it with a type name instead
|
|
csharp/Svix/Webhook.cs#L133
Argument 1: cannot convert from 'System.ReadOnlySpan<char>' to 'string'
|
|
csharp/Svix/Webhook.cs#L163
Argument 2: cannot convert from 'string' to 'System.ReadOnlySpan<char>'
|
|
csharp/Svix/Webhook.cs#L180
Argument 1: cannot convert from 'System.ReadOnlySpan<char>' to 'string'
|
|
csharp/Svix/Models/AdobeSignConfig.cs#L10
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
csharp/Svix/Models/ZoomConfig.cs#L10
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
csharp/Svix/Models/SvixConfig.cs#L10
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
csharp/Svix/Models/AggregateEventTypesOut.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
csharp/Svix/Models/StripeConfig.cs#L10
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
csharp/Svix/Models/SlackConfig.cs#L10
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
csharp/Svix/Models/ApiTokenIn.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
csharp/Svix/Models/ApiTokenCensoredOut.cs#L10
Non-nullable property 'CensoredToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
csharp/Svix/Models/ApiTokenCensoredOut.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
csharp/Svix/Models/ShopifyConfig.cs#L10
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading