Skip to content

update publish workflow #87

update publish workflow

update publish workflow #87

Triggered via push December 3, 2024 22:00
Status Success
Total duration 4m 25s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Conductors/Aspects/LockingConductor.cs#L135
'IRepositoryReadConductor<T>.FindById(long)' is obsolete: 'This method is deprecated in favor of its async counter part'
build: src/Conductors/Aspects/LockingConductor.cs#L184
'IRepositoryUpdateConductor<T>.Update(T, long?)' is obsolete: 'This method is deprecated in favor of its async counter part'
build: src/Conductors/RepositoryReadConductor.cs#L103
'IRepository<T>.FindById(long, bool?)' is obsolete: 'This method is deprecated in favor of its async counter part'
build: src/Conductors/RepositoryReadConductor.cs#L112
'IRepository<T>.FindById(long, Expression<Func<T, bool>>)' is obsolete: 'This method is deprecated in favor of its async counter part'
build: src/Conductors/RepositoryReadConductor.cs#L123
'IRepository<T>.FindById(long, bool?, params Expression<Func<T, object>>[])' is obsolete: 'This method is deprecated in favor of its async counter part'
build: src/Conductors/RepositoryReadConductor.cs#L134
'IRepository<T>.FindById(long, params Expression<Func<T, object>>[])' is obsolete: 'This method is deprecated in favor of its async counter part'
build: src/Conductors/RepositoryReadConductor.cs#L145
'IRepository<T>.FindById(long, params string[])' is obsolete: 'This method is deprecated in favor of its async counter part'
build: src/Conductors/Aspects/LockingConductor.cs#L204
'IRepositoryReadConductor<T>.FindById(long)' is obsolete: 'This method is deprecated in favor of its async counter part'
build: src/Conductors/Aspects/LockingConductor.cs#L229
'IRepositoryUpdateConductor<T>.Update(T, long?)' is obsolete: 'This method is deprecated in favor of its async counter part'
build: src/Conductors/RepositoryConductor.cs#L90
'RepositoryConductor<T>.BulkUpdate(IEnumerable<T>, long?)' is obsolete: 'This method is deprecated in favor of its async counter part'