More supported C literals (#163) #509
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/checkout@v2, 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/
|
Test:
Sources/SynKit/Libraries/Reporting/Present/TextDiagnosticsPresenter.cs#L140
Dereference of a possibly null reference.
|
Test:
Sources/SynKit/Libraries/Reporting/Present/TextDiagnosticsPresenter.cs#L228
Dereference of a possibly null reference.
|
Test:
Sources/SynKit/Libraries/Reporting/Present/TextDiagnosticsPresenter.cs#L329
Dereference of a possibly null reference.
|
Test:
Sources/SynKit/Libraries/Lexer/ICharStream.cs#L15
Missing XML comment for publicly visible type or member 'ICharStream.SourceFile'
|
Test:
Sources/SynKit/Libraries/Lexer/Token.cs#L23
Missing XML comment for publicly visible type or member 'Token<TKind>.Equals(Token<TKind>?)'
|
Test:
Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
|
Test:
Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
|
Test
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
Test
- Add lib or ref assemblies for the netstandard2.0 target framework
|
Test:
Sources/SynKit/Tests/Automata.Tests/AutomatonTestBase.cs#L45
Possible null reference argument for parameter 'got' in 'void AutomatonTestBase.AssertEqual(StateSet<string> expected, StateSet<string> got)'.
|
Loading