Merge pull request #67 from dotnet-campus/t/lindexi/Config #189
Annotations
1 error and 14 warnings
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Setup .NET
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Setup .NET
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Test
The target framework 'netcoreapp3.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Test
The target framework 'netcoreapp3.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Test:
src/dotnetCampus.Configurations/Threading/PartialAwaitableRetry.cs#L43
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L32
Missing XML comment for publicly visible type or member 'TimedKeyValues<TKey, TValue>.Equals(object?)'
|
Test:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L37
Missing XML comment for publicly visible type or member 'TimedKeyValues<TKey, TValue>.Equals(TimedKeyValues<TKey, TValue>)'
|
Test:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L43
Missing XML comment for publicly visible type or member 'TimedKeyValues<TKey, TValue>.GetHashCode()'
|
Test:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L51
Missing XML comment for publicly visible type or member 'TimedKeyValues<TKey, TValue>.operator ==(TimedKeyValues<TKey, TValue>, TimedKeyValues<TKey, TValue>)'
|
Test:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L52
Missing XML comment for publicly visible type or member 'TimedKeyValues<TKey, TValue>.operator !=(TimedKeyValues<TKey, TValue>, TimedKeyValues<TKey, TValue>)'
|
Test:
src/dotnetCampus.Configurations/Core/CommentedValue.cs#L27
Missing XML comment for publicly visible type or member 'CommentedValue<T>.CommentedValue(T, string)'
|
Test:
src/dotnetCampus.Configurations/Core/CommentedValue.cs#L33
Missing XML comment for publicly visible type or member 'CommentedValue<T>.Equals(object?)'
|
Loading