Merge pull request #71 from dotnet-campus/t/lindexi/GetAppConfigurator #194
dotnetcore.yml
on: push
BuildAndTestOnWindows
3m 22s
TestOnLinux
47s
TestOnMac
8s
Annotations
1 error and 26 warnings
TestOnMac
The process '/Users/runner/work/_actions/actions/setup-dotnet/v1/externals/install-dotnet.sh' failed with exit code 1
|
TestOnMac
.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.
|
TestOnLinux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
TestOnLinux
.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.
|
TestOnLinux
.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.
|
TestOnLinux
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.
|
TestOnLinux
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.
|
TestOnLinux:
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.
|
TestOnLinux:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L32
Missing XML comment for publicly visible type or member 'TimedKeyValues<TKey, TValue>.Equals(object?)'
|
TestOnLinux:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L37
Missing XML comment for publicly visible type or member 'TimedKeyValues<TKey, TValue>.Equals(TimedKeyValues<TKey, TValue>)'
|
TestOnLinux:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L43
Missing XML comment for publicly visible type or member 'TimedKeyValues<TKey, TValue>.GetHashCode()'
|
TestOnLinux:
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>)'
|
TestOnLinux:
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>)'
|
TestOnLinux:
src/dotnetCampus.Configurations/Core/CommentedValue.cs#L27
Missing XML comment for publicly visible type or member 'CommentedValue<T>.CommentedValue(T, string)'
|
TestOnLinux:
src/dotnetCampus.Configurations/Core/CommentedValue.cs#L33
Missing XML comment for publicly visible type or member 'CommentedValue<T>.Equals(object?)'
|
BuildAndTestOnWindows
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.
|
BuildAndTestOnWindows
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.
|
BuildAndTestOnWindows:
src/dotnetCampus.Configurations/Concurrent/CriticalReadWriteContext.cs#L13
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'IReadOnlyDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
BuildAndTestOnWindows:
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.
|
BuildAndTestOnWindows:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L32
Missing XML comment for publicly visible type or member 'TimedKeyValues<TKey, TValue>.Equals(object?)'
|
BuildAndTestOnWindows:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L37
Missing XML comment for publicly visible type or member 'TimedKeyValues<TKey, TValue>.Equals(TimedKeyValues<TKey, TValue>)'
|
BuildAndTestOnWindows:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L43
Missing XML comment for publicly visible type or member 'TimedKeyValues<TKey, TValue>.GetHashCode()'
|
BuildAndTestOnWindows:
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>)'
|
BuildAndTestOnWindows:
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>)'
|
BuildAndTestOnWindows:
src/dotnetCampus.Configurations/Core/CommentedValue.cs#L27
Missing XML comment for publicly visible type or member 'CommentedValue<T>.CommentedValue(T, string)'
|
BuildAndTestOnWindows
.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.
|
BuildAndTestOnWindows
.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.
|