Experimental new tracing #286
Annotations
15 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. 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@v3, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and Test:
src/Buildalyzer.Logger/BuildalyzerLogger.cs#L10
Non-nullable field '_pipeHandleAsString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and Test:
src/Buildalyzer/AnalyzerManager.cs#L42
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Buildalyzer/AnalyzerManager.cs#L47
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Buildalyzer/AnalyzerManager.cs#L89
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Buildalyzer/AnalyzerResult.cs#L167
Nullability of reference types in type of parameter 'x' of 'bool ProjectItemItemSpecEqualityComparer.Equals(IProjectItem x, IProjectItem y)' doesn't match implicitly implemented member 'bool IEqualityComparer<IProjectItem>.Equals(IProjectItem? x, IProjectItem? y)' (possibly because of nullability attributes).
|
Build and Test:
src/Buildalyzer/AnalyzerResult.cs#L167
Nullability of reference types in type of parameter 'y' of 'bool ProjectItemItemSpecEqualityComparer.Equals(IProjectItem x, IProjectItem y)' doesn't match implicitly implemented member 'bool IEqualityComparer<IProjectItem>.Equals(IProjectItem? x, IProjectItem? y)' (possibly because of nullability attributes).
|
Build and Test:
src/Buildalyzer/AnalyzerResults.cs#L42
Nullability of reference types in type of parameter 'x' of 'int TargetFrameworkComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
|
Build and Test:
src/Buildalyzer/AnalyzerResults.cs#L42
Nullability of reference types in type of parameter 'y' of 'int TargetFrameworkComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
|
Build and Test:
src/Buildalyzer/IProjectAnalyzer.cs#L126
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Buildalyzer/IAnalyzerManager.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Post Install .NET Core SDK
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Install .NET Core SDK
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-results-macos-12", "test-results-ubuntu-latest", "test-results-windows-latest".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading