Bumped versions #249
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run all tests:
Yolol/Execution/ExecutionException.cs#L5
Add the following constructor to ExecutionException: public ExecutionException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
Run all tests:
Yolol/Execution/ExecutionException.cs#L5
Add the following constructor to ExecutionException: public ExecutionException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
Run all tests:
Yolol/Execution/StaticError.cs#L6
StaticError should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
Run all tests:
Yolol/Execution/StaticError.cs#L6
StaticError should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
Run all tests:
Yolol/Execution/ThrowDeviceNetwork.cs#L13
Add the following constructor to NullDeviceNetworkAccessException: public NullDeviceNetworkAccessException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
Run all tests:
Yolol/Execution/ThrowDeviceNetwork.cs#L13
Add the following constructor to NullDeviceNetworkAccessException: public NullDeviceNetworkAccessException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
Run all tests:
Yolol/Execution/ThrowDeviceNetwork.cs#L13
Do not nest type NullDeviceNetworkAccessException. Alternatively, change its accessibility so that it is not externally visible. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
Run all tests:
Yolol/Execution/Type.cs#L14
Identifier 'String' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
Run all tests:
Yolol/Execution/Value.cs#L27
Identifier 'String' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
Run all tests:
Yolol/Grammar/YololToken.cs#L50
Identifier 'String' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
Loading