Skip to content

Update publish.yaml NUGET_AUTH_TOKEN #86

Update publish.yaml NUGET_AUTH_TOKEN

Update publish.yaml NUGET_AUTH_TOKEN #86

Triggered via push December 3, 2024 20:23
Status Success
Total duration 3m 56s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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'
build: src/Conductors/RepositoryConductor.cs#L98
'RepositoryConductor<T>.BulkCreate(IEnumerable<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/RepositoryConductor.cs#L124
'RepositoryConductor<T>.Create(T, long?)' is obsolete: 'This method is deprecated in favor of its async counter part'
build: src/Conductors/RepositoryConductor.cs#L134
'RepositoryConductor<T>.Update(T, long?)' 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/RepositoryConductor.cs#L154
'RepositoryConductor<T>.Update(IEnumerable<T>, long?)' is obsolete: 'This method is deprecated in favor of its async counter part'