1.6.0 #53
Triggered via release
August 12, 2024 14:20
NikiforovAll
published
1.6.0
Status
Success
Total duration
5m 46s
Artifacts
2
build.yml
on: release
Matrix: build
Push GitHub Container Registry
1m 22s
Push GitHub Packages
42s
Push NuGet Packages
25s
Annotations
62 warnings
Build-ubuntu-latest
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/
|
Build-ubuntu-latest
The following actions use a deprecated Node.js version 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/
|
Build-ubuntu-latest
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build-ubuntu-latest:
src/Dependify.Aspire.Hosting.Ollama/OllamaResource.cs#L36
Change 'List<string>' in 'OllamaResource.Models' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
Build-ubuntu-latest:
src/Dependify.Aspire.Hosting.Ollama/OllamaLifecycleHook.cs#L198
'CancellationTokenSource.Cancel()' synchronously blocks. Await 'CancellationTokenSource.CancelAsync()' instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849)
|
Build-ubuntu-latest:
src/Dependify.Aspire.Hosting.Ollama/OllamaLifecycleHook.cs#L124
Modify 'DownloadModel' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Build-ubuntu-latest:
src/Dependify.Aspire.Hosting.Ollama/OllamaLifecycleHook.cs#L20
'OllamaLifecycleHook' contains field 'cancellationTokenSource' that is of IDisposable type 'CancellationTokenSource', but it is never disposed. Change the Dispose method on 'OllamaLifecycleHook' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
|
Build-ubuntu-latest:
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.
|
Build-ubuntu-latest:
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.
|
Build-ubuntu-latest:
src/Dependify.Core/Serializers/MermaidC4Serializer.cs#L16
Dereference of a possibly null reference.
|
Build-ubuntu-latest:
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)
|
Build-ubuntu-latest:
src/Dependify.Core/Serializers/MermaidC4Serializer.cs#L34
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)
|
Build-ubuntu-latest
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build-ubuntu-latest:
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.
|
Build-ubuntu-latest:
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.
|
Build-ubuntu-latest:
src/Dependify.Core/Serializers/MermaidC4Serializer.cs#L16
Dereference of a possibly null reference.
|
Build-ubuntu-latest:
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)
|
Build-ubuntu-latest:
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)
|
Build-ubuntu-latest:
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)
|
Build-ubuntu-latest:
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)
|
Build-ubuntu-latest:
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)
|
Build-ubuntu-latest:
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)
|
Build-ubuntu-latest:
tests/Dependify.Core.Tests/MsBuildServiceTests.cs#L26
Possible null reference argument for parameter 'solution' in 'DependencyGraph MsBuildService.AnalyzeReferences(SolutionReferenceNode solution, MsBuildConfig config)'.
|
Build-ubuntu-latest:
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)
|
Build-ubuntu-latest:
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)
|
Build-ubuntu-latest
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/
|
Build-ubuntu-latest
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/
|
Build-windows-latest
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/
|
Build-windows-latest
The following actions use a deprecated Node.js version 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/
|
Build-windows-latest
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build-windows-latest:
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.
|
Build-windows-latest:
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.
|
Build-windows-latest:
src/Dependify.Core/Serializers/MermaidC4Serializer.cs#L16
Dereference of a possibly null reference.
|
Build-windows-latest:
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)
|
Build-windows-latest:
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)
|
Build-windows-latest:
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)
|
Build-windows-latest:
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)
|
Build-windows-latest:
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)
|
Build-windows-latest:
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)
|
Build-windows-latest
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build-windows-latest:
src/Dependify.Aspire.Hosting.Ollama/OllamaResource.cs#L36
Change 'List<string>' in 'OllamaResource.Models' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
Build-windows-latest:
src/Dependify.Aspire.Hosting.Ollama/OllamaLifecycleHook.cs#L124
Modify 'DownloadModel' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Build-windows-latest:
src/Dependify.Aspire.Hosting.Ollama/OllamaLifecycleHook.cs#L198
'CancellationTokenSource.Cancel()' synchronously blocks. Await 'CancellationTokenSource.CancelAsync()' instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849)
|
Build-windows-latest:
src/Dependify.Aspire.Hosting.Ollama/OllamaLifecycleHook.cs#L20
'OllamaLifecycleHook' contains field 'cancellationTokenSource' that is of IDisposable type 'CancellationTokenSource', but it is never disposed. Change the Dispose method on 'OllamaLifecycleHook' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
|
Build-windows-latest:
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.
|
Build-windows-latest:
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.
|
Build-windows-latest:
src/Dependify.Core/Serializers/MermaidC4Serializer.cs#L16
Dereference of a possibly null reference.
|
Build-windows-latest:
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)
|
Build-windows-latest:
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)
|
Build-windows-latest
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/
|
Build-windows-latest
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/
|
Build-windows-latest:
tests/Dependify.Core.Tests/MsBuildServiceTests.cs#L26
Possible null reference argument for parameter 'solution' in 'DependencyGraph MsBuildService.AnalyzeReferences(SolutionReferenceNode solution, MsBuildConfig config)'.
|
Build-windows-latest:
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)
|
Build-windows-latest:
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)
|
Push NuGet Packages
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Push NuGet Packages
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
Push NuGet Packages
The `set-output` 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/
|
Push GitHub Packages
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Push GitHub Packages
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
Push GitHub Packages
The `set-output` 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/
|
Push GitHub Container Registry
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1, docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7, docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ubuntu-latest
Expired
|
63.5 MB |
|
windows-latest
Expired
|
63.9 MB |
|