fix: flaky Cancellation_Observed test — use pre-cancelled token #439
Annotations
12 warnings
|
analyze:
src/PatternKit.Examples/obj/Release/net8.0/generated/PatternKit.Generators/PatternKit.Generators.VisitorGenerator/PdfDocument.Accept.g.cs#L15
'PdfDocument.Accept(IDocumentVisitorAction)' hides inherited member 'Document.Accept(IDocumentVisitorAction)'. Use the new keyword if hiding was intended.
|
|
analyze:
src/PatternKit.Examples/obj/Release/net8.0/generated/PatternKit.Generators/PatternKit.Generators.VisitorGenerator/PdfDocument.Accept.g.cs#L9
'PdfDocument.Accept<TResult>(IDocumentVisitor<TResult>)' hides inherited member 'Document.Accept<TResult>(IDocumentVisitor<TResult>)'. Use the new keyword if hiding was intended.
|
|
analyze:
src/PatternKit.Examples/obj/Release/net8.0/generated/PatternKit.Generators/PatternKit.Generators.VisitorGenerator/SpreadsheetDocument.Accept.g.cs#L27
'SpreadsheetDocument.AcceptAsync(IDocumentVisitorAsyncAction, CancellationToken)' hides inherited member 'Document.AcceptAsync(IDocumentVisitorAsyncAction, CancellationToken)'. Use the new keyword if hiding was intended.
|
|
analyze:
src/PatternKit.Examples/obj/Release/net8.0/generated/PatternKit.Generators/PatternKit.Generators.VisitorGenerator/SpreadsheetDocument.Accept.g.cs#L21
'SpreadsheetDocument.AcceptAsync<TResult>(IDocumentVisitorAsync<TResult>, CancellationToken)' hides inherited member 'Document.AcceptAsync<TResult>(IDocumentVisitorAsync<TResult>, CancellationToken)'. Use the new keyword if hiding was intended.
|
|
analyze:
src/PatternKit.Examples/obj/Release/net8.0/generated/PatternKit.Generators/PatternKit.Generators.VisitorGenerator/SpreadsheetDocument.Accept.g.cs#L15
'SpreadsheetDocument.Accept(IDocumentVisitorAction)' hides inherited member 'Document.Accept(IDocumentVisitorAction)'. Use the new keyword if hiding was intended.
|
|
analyze:
src/PatternKit.Examples/obj/Release/net8.0/generated/PatternKit.Generators/PatternKit.Generators.VisitorGenerator/SpreadsheetDocument.Accept.g.cs#L9
'SpreadsheetDocument.Accept<TResult>(IDocumentVisitor<TResult>)' hides inherited member 'Document.Accept<TResult>(IDocumentVisitor<TResult>)'. Use the new keyword if hiding was intended.
|
|
analyze:
src/PatternKit.Generators/Singleton/SingletonGenerator.cs#L94
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
|
analyze:
src/PatternKit.Generators/DecoratorGenerator.cs#L664
Possible null reference return.
|
|
analyze:
src/PatternKit.Generators/Builders/BuilderGenerator.cs#L83
The type 'BuilderModel' in '/home/runner/work/PatternKit/PatternKit/src/PatternKit.Generators/Builders/BuilderGenerator.cs' conflicts with the imported type 'BuilderModel' in 'PatternKit.Generators.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/PatternKit/PatternKit/src/PatternKit.Generators/Builders/BuilderGenerator.cs'.
|
|
analyze:
src/PatternKit.Generators/Builders/BuilderGenerator.cs#L66
The type 'BuilderModel' in '/home/runner/work/PatternKit/PatternKit/src/PatternKit.Generators/Builders/BuilderGenerator.cs' conflicts with the imported type 'BuilderModel' in 'PatternKit.Generators.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/PatternKit/PatternKit/src/PatternKit.Generators/Builders/BuilderGenerator.cs'.
|
|
analyze
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`.
|
|
analyze
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
|