1.4.0 #37
Annotations
28 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/setup-dotnet@v1, actions/[email protected]. 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 uses Node.js version which is deprecated and will be forced to run on node20: actions/[email protected], actions/setup-dotnet@v1, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
src/Dependify.Core/SolutionRegistry.cs#L23
Non-nullable property 'OnProgress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dependify.Core/SolutionRegistry.cs#L23
Non-nullable property 'Nodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dependify.Core/Serializers/MermaidC4Serializer.cs#L16
Dereference of a possibly null reference.
|
src/Dependify.Core/MsBuildService.cs#L9
Provide an overridable implementation of Dispose(bool) on 'MsBuildService' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
|
src/Dependify.Core/Graph/DependencyGraph.cs#L62
Change return type of method 'FindAllDescendants' from 'System.Collections.Generic.IEnumerable<Dependify.Core.Graph.Node>' to 'System.Collections.Generic.List<Dependify.Core.Graph.Node>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
src/Dependify.Core/MsBuildService.cs#L97
Possible multiple enumerations of 'IEnumerable' collection. Consider using an implementation that avoids multiple enumerations. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1851)
|
src/Dependify.Core/MsBuildService.cs#L90
Possible multiple enumerations of 'IEnumerable' collection. Consider using an implementation that avoids multiple enumerations. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1851)
|
src/Dependify.Core/MsBuildService.cs#L165
Modify 'MsBuildService.Dispose' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
|
src/Dependify.Core/MsBuildService.cs#L165
Change MsBuildService.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816)
|
|
src/Dependify.Aspire.Hosting/DependifyBuilderExtensions.cs#L16
XML comment has a param tag for 'serveFrom', but there is no parameter by that name
|
src/Dependify.Aspire.Hosting/DependifyBuilderExtensions.cs#L22
Parameter 'name' has no matching param tag in the XML comment for 'DependifyBuilderExtensions.AddDependify(IDistributedApplicationBuilder, string, string?, int?)' (but other parameters do)
|
src/Dependify.Core/SolutionRegistry.cs#L23
Non-nullable property 'OnProgress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dependify.Core/SolutionRegistry.cs#L23
Non-nullable property 'Nodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Dependify.Core/Serializers/MermaidC4Serializer.cs#L16
Dereference of a possibly null reference.
|
src/Dependify.Core/MsBuildService.cs#L9
Provide an overridable implementation of Dispose(bool) on 'MsBuildService' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
|
src/Dependify.Core/SolutionRegistry.cs#L7
Type 'SolutionRegistry' owns disposable field(s) 'subject' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
|
src/Dependify.Core/Graph/DependencyGraph.cs#L62
Change return type of method 'FindAllDescendants' from 'System.Collections.Generic.IEnumerable<Dependify.Core.Graph.Node>' to 'System.Collections.Generic.List<Dependify.Core.Graph.Node>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
src/Dependify.Core/MsBuildService.cs#L90
Possible multiple enumerations of 'IEnumerable' collection. Consider using an implementation that avoids multiple enumerations. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1851)
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
tests/Dependify.Core.Tests/MsBuildServiceTests.cs#L26
Possible null reference argument for parameter 'solution' in 'DependencyGraph MsBuildService.AnalyzeReferences(SolutionReferenceNode solution, MsBuildConfig config)'.
|
tests/Dependify.Core.Tests/MsBuildServiceTests.cs#L9
Test methods should not be skipped. Remove the Skip property to start running the test again. (https://xunit.net/xunit.analyzers/rules/xUnit1004)
|
tests/Dependify.Core.Tests/MsBuildServiceTests.cs#L30
Use the "Count" property instead of Enumerable.Count() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1829)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ubuntu-latest", "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/
|
This job succeeded
Loading