Run tests on GitHub Actions #3
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
src/FluentNHibernate.Specs.ExternalFixtures/Entity.cs#L7
Field 'Entity.readOnlyChild' is never assigned to, and will always have its default value null
|
build:
src/FluentNHibernate.Specs.ExternalFixtures/Entity.cs#L7
Field 'Entity.readOnlyChild' is never assigned to, and will always have its default value null
|
build:
src/FluentNHibernate.Testing/Visitors/ComponentColumnPrefixVisitorSpecs.cs#L245
The field 'Root.component' is never used
|
build:
src/FluentNHibernate.Testing/Visitors/ComponentColumnPrefixVisitorSpecs.cs#L245
The field 'Root.component' is never used
|
build:
src/FluentNHibernate.Testing/Testing/PersistenceSpecificationTester.cs#L102
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/FluentNHibernate.Testing/Testing/PersistenceSpecificationTester.cs#L88
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/FluentNHibernate.Specs/Automapping/AutoMapBackwardsCompatibilitySpecs.cs#L13
'AutoMap.AssemblyOf<T>(Func<Type, bool>)' is obsolete: 'Depreciated overload. Use either chained Where method or ShouldMap(Type) in IAutomappingConfiguration.'
|
build:
src/FluentNHibernate.Specs/Automapping/AutoMapBackwardsCompatibilitySpecs.cs#L23
'AutoMap.Assembly(Assembly, Func<Type, bool>)' is obsolete: 'Depreciated overload. Use either chained Where method or ShouldMap(Type) in IAutomappingConfiguration.'
|
build:
src/FluentNHibernate.Specs/Automapping/AutoMapBackwardsCompatibilitySpecs.cs#L33
'AutoMap.Source(ITypeSource, Func<Type, bool>)' is obsolete: 'Depreciated overload. Use either chained Where method or ShouldMap(Type) in IAutomappingConfiguration.'
|
build:
src/FluentNHibernate.Specs/Automapping/PrivateFieldsSpecs.cs#L16
'AutoMappingExpressions.FindMembers' is obsolete: 'Use an instance of IAutomappingConfiguration for configuration, and override ShouldMap(Member)'
|