Run tests on GitHub Actions #2
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.Specs/Automapping/PrivateFieldsSpecs.cs#L16
'AutoMappingExpressions.FindMembers' is obsolete: 'Use an instance of IAutomappingConfiguration for configuration, and override ShouldMap(Member)'
|
build:
src/FluentNHibernate.Specs/Automapping/PrivateFieldsSpecs.cs#L15
'AutoPersistenceModel.Setup(Action<AutoMappingExpressions>)' is obsolete: 'Depreciated in favour of supplying your own IAutomappingConfiguration instance to AutoMap: AutoMap.AssemblyOf<T>(your_configuration_instance)'
|
build:
src/FluentNHibernate.Specs/Automapping/PrivateAutomapperSpecs.cs#L14
'PrivateAutoPersistenceModel' is obsolete: 'Depreciated in favour of supplying your own IAutomappingConfiguration instance to AutoMap: AutoMap.AssemblyOf<T>(your_configuration_instance)'
|
build:
src/FluentNHibernate.Specs/Automapping/PrivateAutomapperSpecs.cs#L15
'AutoMappingExpressions.FindMembers' is obsolete: 'Use an instance of IAutomappingConfiguration for configuration, and override ShouldMap(Member)'
|
build:
src/FluentNHibernate.Specs/Automapping/PrivateAutomapperSpecs.cs#L14
'AutoPersistenceModel.Setup(Action<AutoMappingExpressions>)' is obsolete: 'Depreciated in favour of supplying your own IAutomappingConfiguration instance to AutoMap: AutoMap.AssemblyOf<T>(your_configuration_instance)'
|
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#L33
'AutoMap.Source(ITypeSource, Func<Type, bool>)' is obsolete: 'Depreciated overload. Use either chained Where method or ShouldMap(Type) in IAutomappingConfiguration.'
|