Skip to content

Release

Release #3

Triggered via create January 22, 2024 04:44
Status Failure
Total duration 59s
Artifacts

release.yml

on: create
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
release
Process completed with exit code 1.
release: src/Detached.Mappers/Types/Class/ClassTypeMemberCollection.cs#L12
'ClassTypeMemberCollection.TryGetValue(string, out ClassTypeMember)' hides inherited member 'KeyedCollection<string, ClassTypeMember>.TryGetValue(string, out ClassTypeMember)'. Use the new keyword if hiding was intended.
release: src/Detached.Mappers/Types/Class/ClassTypeMemberCollection.cs#L12
'ClassTypeMemberCollection.TryGetValue(string, out ClassTypeMember)' hides inherited member 'KeyedCollection<string, ClassTypeMember>.TryGetValue(string, out ClassTypeMember)'. Use the new keyword if hiding was intended.
release: src/Detached.Mappers/Types/Class/ClassTypeMemberCollection.cs#L12
'ClassTypeMemberCollection.TryGetValue(string, out ClassTypeMember)' hides inherited member 'KeyedCollection<string, ClassTypeMember>.TryGetValue(string, out ClassTypeMember)'. Use the new keyword if hiding was intended.
release: sample/Detached.Samples.RestApi/Startup.cs#L35
'Package.UseDetached(DbContextOptionsBuilder, Action<MapperOptions>)' is obsolete: 'Call UseMapping() instead.'
release: contrib/Detached.Mappers.EntityFramework.Contrib.SysTec/ComplexDeepModelBugReproTests.cs#L456
'MapParameters.AssociateExistingCompositions' is obsolete: 'Please use ExistingCompositions'
release: test/Detached.Mappers.EntityFramework.Tests/MapEntityTests.cs#L86
'MapParameters.Upsert' is obsolete: 'Please use MissingRoot'
release: test/Detached.Mappers.EntityFramework.Tests/MapAssociatedListTests.cs#L67
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
release: test/Detached.Mappers.EntityFramework.Tests/MapAssociatedListTests.cs#L71
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
release: test/Detached.Mappers.EntityFramework.Tests/MapInputTests.cs#L71
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
release: src/Detached.Mappers/Types/Class/ClassTypeMemberCollection.cs#L12
'ClassTypeMemberCollection.TryGetValue(string, out ClassTypeMember)' hides inherited member 'KeyedCollection<string, ClassTypeMember>.TryGetValue(string, out ClassTypeMember)'. Use the new keyword if hiding was intended.