Skip to content

add new implicit operator #100

add new implicit operator

add new implicit operator #100

Triggered via push September 17, 2024 11:26
Status Failure
Total duration 54s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
create_nuget: Results/DotNetThoughts.Results.Tests/BindAllTests.cs#L41
Ambiguous user defined conversions 'Result<Unit>.implicit operator Task<Result<Unit>>(Result<Unit>)' and 'Result<Unit>.implicit operator Task<Result<Unit>>(Result<Unit>)' when converting from 'Result<Unit>' to 'Task<Result<Unit>>'
create_nuget: Results/DotNetThoughts.Results.Tests/BindAllTests.cs#L41
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
create_nuget: Results/DotNetThoughts.Results.Tests/BindAllTests.cs#L42
Ambiguous user defined conversions 'Result<Unit>.implicit operator Task<Result<Unit>>(Result<Unit>)' and 'Result<Unit>.implicit operator Task<Result<Unit>>(Result<Unit>)' when converting from 'Result<Unit>' to 'Task<Result<Unit>>'
create_nuget: Results/DotNetThoughts.Results.Tests/BindAllTests.cs#L42
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
create_nuget: Results/DotNetThoughts.Results.Tests/BindAllTests.cs#L56
Ambiguous user defined conversions 'Result<Unit>.implicit operator Task<Result<Unit>>(Result<Unit>)' and 'Result<Unit>.implicit operator Task<Result<Unit>>(Result<Unit>)' when converting from 'Result<Unit>' to 'Task<Result<Unit>>'
create_nuget: Results/DotNetThoughts.Results.Tests/BindAllTests.cs#L56
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
create_nuget: Results/DotNetThoughts.Results.Tests/BindAllTests.cs#L57
Ambiguous user defined conversions 'Result<Unit>.implicit operator Task<Result<Unit>>(Result<Unit>)' and 'Result<Unit>.implicit operator Task<Result<Unit>>(Result<Unit>)' when converting from 'Result<Unit>' to 'Task<Result<Unit>>'
create_nuget: Results/DotNetThoughts.Results.Tests/BindAllTests.cs#L57
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
create_nuget: Results/DotNetThoughts.Results.Tests/BindAllTests.cs#L41
Ambiguous user defined conversions 'Result<Unit>.implicit operator Task<Result<Unit>>(Result<Unit>)' and 'Result<Unit>.implicit operator Task<Result<Unit>>(Result<Unit>)' when converting from 'Result<Unit>' to 'Task<Result<Unit>>'
create_nuget: Results/DotNetThoughts.Results.Tests/BindAllTests.cs#L41
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type
create_nuget
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
create_nuget: Results/DotNetThoughts.Results.Analyzer/DotNetThoughts.Results.Analyzer/DotNetThoughtsResultsAnalyzerAnalyzer.cs#L11
'DotNetThoughts.Results.Analyzer.DotNetThoughtsResultsAnalyzerAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
create_nuget: Results/DotNetThoughts.Results.Analyzer/DotNetThoughts.Results.Analyzer/DotNetThoughtsResultsAnalyzerAnalyzer.cs#L22
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
create_nuget: Results/DotNetThoughts.Results.Analyzer/DotNetThoughts.Results.Analyzer/DotNetThoughtsResultsAnalyzerAnalyzer.cs#L22
The diagnostic description should be one or multiple sentences ending with a punctuation sign and should not have any leading or trailing whitespaces
create_nuget: TimeKeeping/DotNetThoughts.LocalTimeKit/LocalDateTime.cs#L8
Missing XML comment for publicly visible type or member 'LocalDateTime.LocalDateTime(DateOnly, TimeZoneInfo)'
create_nuget: TimeKeeping/DotNetThoughts.LocalTimeKit/LocalDateTime.cs#L11
Missing XML comment for publicly visible type or member 'LocalDateTime.LocalDateTime(DateTimeOffset, TimeZoneInfo)'
create_nuget: TimeKeeping/DotNetThoughts.LocalTimeKit/LocalDateTime.cs#L14
Missing XML comment for publicly visible type or member 'LocalDateTime.LocalDateTime(DateTime, TimeZoneInfo)'
create_nuget: TimeKeeping/DotNetThoughts.LocalTimeKit/LocalDateTime.cs#L37
Missing XML comment for publicly visible type or member 'LocalDateTime.DateTime'
create_nuget: TimeKeeping/DotNetThoughts.LocalTimeKit/LocalDateTime.cs#L38
Missing XML comment for publicly visible type or member 'LocalDateTime.TimeZoneInfo'
create_nuget: TimeKeeping/DotNetThoughts.LocalTimeKit/LocalDateTime.cs#L40
Missing XML comment for publicly visible type or member 'LocalDateTime.ToTimeZone(TimeZoneInfo)'