Updated CI build and publish #28
publish-nuget.yml
on: push
build, pack & publish
55s
Annotations
13 warnings
build, pack & publish
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/
|
build, pack & publish:
src/SpatialFocus.EntityFrameworkCore.Extensions/NamingExtension.cs#L35
'RelationalPropertyExtensions.GetColumnBaseName(IReadOnlyProperty)' is obsolete: 'Use GetColumnName'
|
build, pack & publish:
src/SpatialFocus.EntityFrameworkCore.Extensions/EnumLookupExtension.cs#L24
'IMutableProperty.DeclaringEntityType' is obsolete: 'Use DeclaringType and cast to IMutableEntityType or IMutableComplexType'
|
build, pack & publish:
test/SpatialFocus.EntityFrameworkCore.Extensions.Test/NamingOptionsTest.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build, pack & publish:
test/SpatialFocus.EntityFrameworkCore.Extensions.Test/NamingOptionsTest.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build, pack & publish:
test/SpatialFocus.EntityFrameworkCore.Extensions.Test/NamingOptionsTest.cs#L32
'public' members should come before 'protected' members (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1202.md)
|
build, pack & publish:
test/SpatialFocus.EntityFrameworkCore.Extensions.Test/NamingOptionsTest.cs#L130
Variable '_' should begin with lower-case letter (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1312.md)
|
build, pack & publish:
test/SpatialFocus.EntityFrameworkCore.Extensions.Test/NamingOptionsTest.cs#L146
Variable '_' should begin with lower-case letter (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1312.md)
|
build, pack & publish:
test/SpatialFocus.EntityFrameworkCore.Extensions.Test/NamingOptionsTest.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build, pack & publish:
test/SpatialFocus.EntityFrameworkCore.Extensions.Test/NamingOptionsTest.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build, pack & publish:
test/SpatialFocus.EntityFrameworkCore.Extensions.Test/NamingOptionsTest.cs#L38
'RelationalPropertyExtensions.GetColumnBaseName(IReadOnlyProperty)' is obsolete: 'Use GetColumnName'
|
build, pack & publish
.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.
|
build, pack & publish
.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.
|