Skip to content

(#89) Add ability to populate release notes with information about contributors #437

(#89) Add ability to populate release notes with information about contributors

(#89) Add ability to populate release notes with information about contributors #437

Triggered via pull request November 15, 2023 15:47
Status Failure
Total duration 5m 23s
Artifacts

build.yml

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

Annotations

5 errors and 11 warnings
build (windows-2022): src/GitReleaseManager.Core/ReleaseNotes/ReleaseNotesBuilder.cs#L141
The call is ambiguous between the following methods or properties: 'System.Linq.Enumerable.DistinctBy<TSource, TKey>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, TKey>)' and 'GitReleaseManager.Core.Extensions.LinqExtensions.DistinctBy<TSource, TKey>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, TKey>)'
build (windows-2022): src/GitReleaseManager.Core/ReleaseNotes/ReleaseNotesBuilder.cs#L141
The call is ambiguous between the following methods or properties: 'System.Linq.Enumerable.DistinctBy<TSource, TKey>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, TKey>)' and 'GitReleaseManager.Core.Extensions.LinqExtensions.DistinctBy<TSource, TKey>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, TKey>)'
build (windows-2022): src/GitReleaseManager.Core/ReleaseNotes/ReleaseNotesBuilder.cs#L141
The call is ambiguous between the following methods or properties: 'System.Linq.Enumerable.DistinctBy<TSource, TKey>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, TKey>)' and 'GitReleaseManager.Core.Extensions.LinqExtensions.DistinctBy<TSource, TKey>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, TKey>)'
build (windows-2022): src/GitReleaseManager.Core/ReleaseNotes/ReleaseNotesBuilder.cs#L141
The call is ambiguous between the following methods or properties: 'System.Linq.Enumerable.DistinctBy<TSource, TKey>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, TKey>)' and 'GitReleaseManager.Core.Extensions.LinqExtensions.DistinctBy<TSource, TKey>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource, TKey>)'
build (windows-2022)
The process 'dotnet' failed with exit code 1
build (windows-2022)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, cake-build/cake-action@v1. 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-2022): src/GitReleaseManager.Core/Model/Issue.cs#L13
Change the type of property 'Issue.HtmlUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
build (windows-2022): src/GitReleaseManager.Core/Model/Milestone.cs#L15
Change the type of property 'Milestone.HtmlUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
build (windows-2022): src/GitReleaseManager.Core/Model/Milestone.cs#L17
Change the type of property 'Milestone.Url' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
build (windows-2022): src/GitReleaseManager.Core/Model/Release.cs#L18
Change the type of property 'Release.HtmlUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
build (windows-2022): src/GitReleaseManager.Core/Model/Release.cs#L20
Change the type of property 'Release.UploadUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
build (windows-2022): src/GitReleaseManager.Core/Model/User.cs#L7
Change the type of property 'User.HtmlUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
build (windows-2022): src/GitReleaseManager.Core/Model/User.cs#L9
Change the type of property 'User.AvatarUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
build (windows-2022): src/GitReleaseManager.Core/Options/AddAssetSubOptions.cs#L10
Change 'AssetPaths' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
build (windows-2022): src/GitReleaseManager.Core/Options/CreateSubOptions.cs#L10
Change 'AssetPaths' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)