workflow updates for manual execution #84
Merged
Annotations
12 warnings
|
|
|
|
|
src/E13.Common.Data.Db/Interceptors/SoftDeleteInterceptor.cs#L61
Possible null reference assignment.
|
|
test/E13.Common.Domain.Tests/IDeletableTests.cs#L22
Nullability of reference types in return type of 'string? IDeletableSample.DeletedBy.get' doesn't match implicitly implemented member 'string IDeletable<string>.DeletedBy.get' (possibly because of nullability attributes).
|
|
src/E13.Common.Api/Extensions/HttpClientExtensions.cs#L55
'IPublicClientApplication.AcquireTokenByUsernamePassword(IEnumerable<string>, string, SecureString)' is obsolete: 'Using SecureString is not recommended. Use AcquireTokenByUsernamePassword(IEnumerable<string> scopes, string username, string password) instead.'
|
|
test/E13.Common.Data.Db.Tests/Sample/TestOwnable.cs#L13
Nullability of reference types in return type of 'string? TestOwnable.OwnedBy.get' doesn't match implicitly implemented member 'string IOwnable<string>.OwnedBy.get' (possibly because of nullability attributes).
|
|
test/E13.Common.Data.Db.Tests/Sample/TestEffectable.cs#L13
Nullability of reference types in return type of 'string? TestEffectable.EffectiveBy.get' doesn't match implicitly implemented member 'string IEffectable<string>.EffectiveBy.get' (possibly because of nullability attributes).
|
|
test/E13.Common.Data.Db.Tests/Sample/TestInvalidDeletable.cs#L13
Nullability of reference types in return type of 'string? TestInvalidDeletable.DeletedBy.get' doesn't match implicitly implemented member 'string IDeletable<string>.DeletedBy.get' (possibly because of nullability attributes).
|
|
test/E13.Common.Data.Db.Tests/Sample/TestModifiable.cs#L15
Nullability of reference types in return type of 'string? TestModifiable.ModifiedBy.get' doesn't match implicitly implemented member 'string IModifiable<string>.ModifiedBy.get' (possibly because of nullability attributes).
|
|
test/E13.Common.Data.Db.Tests/Sample/TestDeletable.cs#L13
Nullability of reference types in return type of 'string? TestDeletable.DeletedBy.get' doesn't match implicitly implemented member 'string IDeletable<string>.DeletedBy.get' (possibly because of nullability attributes).
|
|
src/E13.Common.Data.Db/Interceptors/SoftDeleteInterceptor.cs#L61
Possible null reference assignment.
|
|
test/E13.Common.Domain.Tests/IDeletableTests.cs#L22
Nullability of reference types in return type of 'string? IDeletableSample.DeletedBy.get' doesn't match implicitly implemented member 'string IDeletable<string>.DeletedBy.get' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading