More work on HttpResultError logging #348
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. 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@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/Codehard.Functional/Codehard.Functional.MassTransit/CombinedAffTypes/AffWithConsumeContext.cs#L41
Possible null reference argument for parameter 'values' in 'Task ConsumeContext.RespondAsync<TSuccResp>(object values)'.
|
Build:
src/Codehard.Functional/Codehard.Functional.AspNetCore/AsyncEffectExtensions.cs#L4
Missing XML comment for publicly visible type or member 'AsyncEffectExtensions'
|
Build:
src/Codehard.Functional/Codehard.Functional.AspNetCore/AsyncEffectExtensions.cs#L8
Missing XML comment for publicly visible type or member 'AsyncEffectExtensions.MapFailToActionResult<A>(Aff<A>, IActionResult, Option<string>, Option<string>, bool)'
|
Build:
src/Codehard.Functional/Codehard.Functional.AspNetCore/AsyncEffectExtensions.cs#L17
Missing XML comment for publicly visible type or member 'AsyncEffectExtensions.MapFailToOK<A>(Aff<A>, Option<string>, Option<string>, Option<object>, bool)'
|
Build:
src/Codehard.Functional/Codehard.Functional.AspNetCore/AsyncEffectExtensions.cs#L26
Missing XML comment for publicly visible type or member 'AsyncEffectExtensions.MapFailToOK<A>(Aff<A>, Func<Error, string>, Option<string>, Option<object>, bool)'
|
Build:
src/Codehard.Functional/Codehard.Functional.AspNetCore/AsyncEffectExtensions.cs#L35
Missing XML comment for publicly visible type or member 'AsyncEffectExtensions.MapFailToCreated<A>(Aff<A>, Option<string>, Option<string>, Option<object>, bool)'
|
Build:
src/Codehard.Functional/Codehard.Functional.AspNetCore/AsyncEffectExtensions.cs#L44
Missing XML comment for publicly visible type or member 'AsyncEffectExtensions.MapFailToCreated<A>(Aff<A>, Func<Error, string>, Option<string>, Option<object>, bool)'
|
Build:
src/Codehard.Functional/Codehard.Functional.AspNetCore/AsyncEffectExtensions.cs#L53
Missing XML comment for publicly visible type or member 'AsyncEffectExtensions.MapFailToAccepted<A>(Aff<A>, Option<string>, Option<string>, Option<object>, bool)'
|
Build:
src/Codehard.Functional/Codehard.Functional.AspNetCore/AsyncEffectExtensions.cs#L62
Missing XML comment for publicly visible type or member 'AsyncEffectExtensions.MapFailToAccepted<A>(Aff<A>, Func<Error, string>, Option<string>, Option<object>, bool)'
|
Build:
src/Codehard.Functional/Codehard.Functional.AspNetCore/AsyncEffectExtensions.cs#L71
Missing XML comment for publicly visible type or member 'AsyncEffectExtensions.MapFailToNoContent<A>(Aff<A>, Option<string>, Option<string>, Option<object>, bool)'
|
Loading