Skip to content

Fix multiline comments parsing #515

Fix multiline comments parsing

Fix multiline comments parsing #515

Triggered via pull request December 1, 2024 10:15
Status Success
Total duration 2m 4s
Artifacts

RunTests.yml

on: pull_request
Matrix: Solution
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
Solution (ubuntu-latest): Sources/SynKit/Libraries/Lexer/ICharStream.cs#L15
Missing XML comment for publicly visible type or member 'ICharStream.SourceFile'
Solution (ubuntu-latest): Sources/SynKit/Libraries/Lexer/Token.cs#L23
Missing XML comment for publicly visible type or member 'Token<TKind>.Equals(Token<TKind>?)'
Solution (ubuntu-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
Solution (ubuntu-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
Solution (ubuntu-latest): Sources/SynKit/Tests/Automata.Tests/NfaTests.cs#L46
Possible null reference argument for parameter 'other' in 'bool HashSet<string>.SetEquals(IEnumerable<string> other)'.
Solution (ubuntu-latest): 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)'.
Solution (ubuntu-latest): Sources/SynKit/Tests/Automata.Tests/EpsilonNfaTests.cs#L54
Possible null reference argument for parameter 'other' in 'bool HashSet<string>.SetEquals(IEnumerable<string> other)'.
Solution (macos-latest): Sources/SynKit/Libraries/Lexer/ICharStream.cs#L15
Missing XML comment for publicly visible type or member 'ICharStream.SourceFile'
Solution (macos-latest): Sources/SynKit/Libraries/Lexer/Token.cs#L23
Missing XML comment for publicly visible type or member 'Token<TKind>.Equals(Token<TKind>?)'
Solution (macos-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
Solution (macos-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
Solution (macos-latest)
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:
Solution (macos-latest)
- Add lib or ref assemblies for the netstandard2.0 target framework
Solution (macos-latest)
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:
Solution (windows-latest): Sources/SynKit/Libraries/Lexer/ICharStream.cs#L15
Missing XML comment for publicly visible type or member 'ICharStream.SourceFile'
Solution (windows-latest): Sources/SynKit/Libraries/Lexer/Token.cs#L23
Missing XML comment for publicly visible type or member 'Token<TKind>.Equals(Token<TKind>?)'
Solution (windows-latest): 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)'.
Solution (windows-latest): Sources/SynKit/Tests/Automata.Tests/NfaTests.cs#L46
Possible null reference argument for parameter 'other' in 'bool HashSet<string>.SetEquals(IEnumerable<string> other)'.
Solution (windows-latest): Sources/SynKit/Tests/Automata.Tests/EpsilonNfaTests.cs#L54
Possible null reference argument for parameter 'other' in 'bool HashSet<string>.SetEquals(IEnumerable<string> other)'.
Solution (windows-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.
Solution (windows-latest): Sources/SynKit/Libraries/C.Syntax/CToken.cs#L88
Dereference of a possibly null reference.