Merge pull request #69 from dotnet-campus/t/walterlv/directory-save #191
dotnetcore.yml
on: push
BuildAndTestOnWindows
2m 47s
TestOnLinux
52s
TestOnMac
1m 14s
Annotations
42 warnings
TestOnLinux
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/.
|
TestOnLinux
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/
|
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/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.
|
TestOnLinux:
src/dotnetCampus.Configurations/Concurrent/CriticalReadWriteContext.cs#L20
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.
|
TestOnLinux:
src/dotnetCampus.Configurations/Concurrent/CriticalReadWriteContext.cs#L26
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.
|
TestOnLinux:
src/dotnetCampus.Configurations/Concurrent/FileDictionarySynchronizer.cs#L47
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.
|
TestOnLinux:
src/dotnetCampus.Configurations/Concurrent/FileDictionarySynchronizer.cs#L48
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.
|
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>)'
|
TestOnMac
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/.
|
TestOnMac
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/
|
TestOnMac:
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.
|
TestOnMac:
src/dotnetCampus.Configurations/Concurrent/CriticalReadWriteContext.cs#L20
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.
|
TestOnMac:
src/dotnetCampus.Configurations/Concurrent/CriticalReadWriteContext.cs#L26
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.
|
TestOnMac:
src/dotnetCampus.Configurations/Concurrent/FileDictionarySynchronizer.cs#L47
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.
|
TestOnMac:
src/dotnetCampus.Configurations/Concurrent/FileDictionarySynchronizer.cs#L48
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.
|
TestOnMac:
src/dotnetCampus.Configurations/Concurrent/FileDictionarySynchronizer.cs#L98
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.
|
TestOnMac:
src/dotnetCampus.Configurations/Concurrent/FileDictionarySynchronizer.cs#L99
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.
|
TestOnMac:
src/dotnetCampus.Configurations/Concurrent/ICriticalReadWriteContext.cs#L18
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.
|
TestOnMac:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L16
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.
|
TestOnMac:
src/dotnetCampus.Configurations/Concurrent/TimedKeyValues.cs#L25
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.
|
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.
|
TestOnMac
.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.
|
BuildAndTestOnWindows
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/.
|
BuildAndTestOnWindows
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/
|
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/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:
src/dotnetCampus.Configurations/Core/CommentedValue.cs#L33
Missing XML comment for publicly visible type or member 'CommentedValue<T>.Equals(object?)'
|
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.
|