simplify-NestedManySecurityPath (#266) #648
Annotations
11 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/
|
src/Framework.Core.Reflection/ReflectionImpl/BaseTypeImpl.cs#L198
The variable 'e' is declared but never used
|
src/Framework.UnitTesting/AutoFixtureExtensions.cs#L18
XML comment has a param tag for 'repository', but there is no parameter by that name
|
src/Framework.UnitTesting/AutoFixtureExtensions.cs#L35
XML comment has a param tag for 'repository', but there is no parameter by that name
|
src/Framework.UnitTesting/AutoFixtureExtensions.cs#L55
XML comment has a param tag for 'repository', but there is no parameter by that name
|
src/Framework.UnitTesting/AutoFixtureExtensions.cs#L75
XML comment has a param tag for 'repository', but there is no parameter by that name
|
src/Framework.UnitTesting/AutoFixtureExtensions.cs#L91
XML comment has a param tag for 'repository', but there is no parameter by that name
|
src/Framework.UnitTesting/AutoFixtureExtensions.cs#L111
XML comment has a param tag for 'repository', but there is no parameter by that name
|
src/Framework.WebApi.Utils/Logging/LoggingExtensions.cs#L18
'SerilogWebHostBuilderExtensions.UseSerilog(IWebHostBuilder, ILogger?, bool, LoggerProviderCollection?)' is obsolete: 'Prefer UseSerilog() on IHostBuilder'
|
src/Framework.AutomationCore.Unit/Queryable/TestNhQueryProvider.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/Framework.AutomationCore.Unit/Queryable/TestNhQueryProvider.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
The logs for this run have expired and are no longer available.
Loading