Update main.yml #42
Annotations
12 warnings
Publish to NuGet
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Publish to NuGet
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish to NuGet:
NativoPlusStudio.RequestResponsePattern/ActionFilter/ModelStateNullValidationFilterAttribute.cs#L13
Cannot convert null literal to non-nullable reference type.
|
Publish to NuGet:
NativoPlusStudio.RequestResponsePattern/HttpHandler.cs#L106
Cannot convert null literal to non-nullable reference type.
|
Publish to NuGet:
NativoPlusStudio.RequestResponsePattern/HttpHandler.cs#L106
Cannot convert null literal to non-nullable reference type.
|
Publish to NuGet:
NativoPlusStudio.RequestResponsePattern/HttpStandardResponse.cs#L18
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish to NuGet:
NativoPlusStudio.RequestResponsePattern/HttpStandardResponse.cs#L19
Non-nullable property 'Response' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish to NuGet:
NativoPlusStudio.RequestResponsePattern/HttpStandardResponse.cs#L20
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish to NuGet:
NativoPlusStudio.RequestResponsePattern/HttpStandardResponse.cs#L10
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish to NuGet:
NativoPlusStudio.RequestResponsePattern/HttpStandardResponse.cs#L11
Non-nullable property 'Response' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish to NuGet:
NativoPlusStudio.RequestResponsePattern/HttpStandardResponse.cs#L12
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish to NuGet:
NativoPlusStudio.RequestResponsePattern/HttpStandardListResponse.cs#L8
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|