chore(deps): update dependency microsoft.net.test.sdk to 17.12.0 (#111) #287
Annotations
20 warnings
Pack nuget
The target framework 'net7.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.
|
Pack nuget
The target framework 'net7.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.
|
Pack nuget:
Doppler.FeatureToggle.Tests/FeatureToggleAccessorBuildingTests.cs#L106
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Pack nuget:
Doppler.FeatureToggle.Tests/FeatureToggleAccessorTests.cs#L140
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Pack nuget:
Doppler.FeatureToggle.Tests/TestFixtureBase.cs#L133
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
|
Pack nuget:
Doppler.FeatureToggle.Tests/HttpFeatureToggleClientTests.cs#L161
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Pack nuget:
Doppler.FeatureToggle.Tests/HttpFeatureToggleClientTests.cs#L163
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Pack nuget:
Doppler.FeatureToggle.Tests/HttpFeatureToggleClientTests.cs#L164
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Pack nuget:
Doppler.FeatureToggle.Tests/HttpFeatureToggleClientTests.cs#L165
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Pack nuget:
Doppler.FeatureToggle.Tests/HttpFeatureToggleClientTests.cs#L172
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Build with dotnet
The target framework 'net7.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.
|
Build with dotnet
The target framework 'net7.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.
|
Build with dotnet:
Doppler.FeatureToggle/FeatureToggleClientExtensions.cs#L145
'FeatureToggleAccessorBuilder<TArg1, TArg2, TArg3, TResult>.AddBehavior(string, Func<TArg1, TArg2, TArg3, TResult>)' hides inherited member 'FeatureToggleAccessorBuilder<Func<TArg1, TArg2, TArg3, TResult>>.AddBehavior(string, Func<TArg1, TArg2, TArg3, TResult>)'. Use the new keyword if hiding was intended.
|
Build with dotnet:
Doppler.FeatureToggle/FeatureToggleClientExtensions.cs#L119
'FeatureToggleAccessorBuilder<TArg, TResult>.AddBehavior(string, Func<TArg, TResult>)' hides inherited member 'FeatureToggleAccessorBuilder<Func<TArg, TResult>>.AddBehavior(string, Func<TArg, TResult>)'. Use the new keyword if hiding was intended.
|
Build with dotnet:
Doppler.FeatureToggle/FeatureToggleClientExtensions.cs#L132
'FeatureToggleAccessorBuilder<TArg1, TArg2, TResult>.AddBehavior(string, Func<TArg1, TArg2, TResult>)' hides inherited member 'FeatureToggleAccessorBuilder<Func<TArg1, TArg2, TResult>>.AddBehavior(string, Func<TArg1, TArg2, TResult>)'. Use the new keyword if hiding was intended.
|
Build with dotnet:
Doppler.FeatureToggle/FeatureToggleClientExtensions.cs#L14
Missing XML comment for publicly visible type or member 'FeatureToggleClientExtensions.CreateFeature<T>(IFeatureToggleClient, string)'
|
Build with dotnet:
Doppler.FeatureToggle/FeatureToggleClientExtensions.cs#L18
Missing XML comment for publicly visible type or member 'FeatureToggleClientExtensions.CreateFeature<TArg, TResult>(IFeatureToggleClient, string)'
|
Build with dotnet:
Doppler.FeatureToggle/FeatureToggleClientExtensions.cs#L22
Missing XML comment for publicly visible type or member 'FeatureToggleClientExtensions.CreateFeature<TArg1, TArg2, TResult>(IFeatureToggleClient, string)'
|
Build with dotnet:
Doppler.FeatureToggle/FeatureToggleClientExtensions.cs#L26
Missing XML comment for publicly visible type or member 'FeatureToggleClientExtensions.CreateFeature<TArg1, TArg2, TArg3, TResult>(IFeatureToggleClient, string)'
|
Build with dotnet:
Doppler.FeatureToggle/FeatureToggleClientExtensions.cs#L37
Missing XML comment for publicly visible type or member 'FeatureToggleAccessorExtensions.Get<TArg, TResult>(FeatureToggleAccessor<Func<TArg, TResult>>, string, TArg)'
|
Loading