Skip to content

Run tests on GitHub Actions #4

Run tests on GitHub Actions

Run tests on GitHub Actions #4

Triggered via pull request May 24, 2024 05:03
@hazzikhazzik
synchronize #696
actions
Status Success
Total duration 3m 16s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.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/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#L33
'AutoMap.Source(ITypeSource, Func<Type, bool>)' is obsolete: 'Depreciated overload. Use either chained Where method or ShouldMap(Type) in IAutomappingConfiguration.'