Create bicep-pr-yml #18
Annotations
11 warnings
Build with dotnet:
src/ApplicationCore/Services/OrderService.cs#L33
'IReadRepositoryBase<Basket>.GetBySpecAsync(ISpecification<Basket>, CancellationToken)' is obsolete
|
Build with dotnet:
src/ApplicationCore/Services/BasketService.cs#L25
'IReadRepositoryBase<Basket>.GetBySpecAsync(ISpecification<Basket>, CancellationToken)' is obsolete
|
Build with dotnet:
src/ApplicationCore/Services/BasketService.cs#L49
'IReadRepositoryBase<Basket>.GetBySpecAsync(ISpecification<Basket>, CancellationToken)' is obsolete
|
Build with dotnet:
src/ApplicationCore/Services/BasketService.cs#L70
'IReadRepositoryBase<Basket>.GetBySpecAsync(ISpecification<Basket>, CancellationToken)' is obsolete
|
Build with dotnet:
src/ApplicationCore/Services/BasketService.cs#L73
'IReadRepositoryBase<Basket>.GetBySpecAsync(ISpecification<Basket>, CancellationToken)' is obsolete
|
Build with dotnet:
src/Web/Areas/Identity/Pages/Account/Register.cshtml.cs#L60
Cannot convert null literal to non-nullable reference type.
|
Build with dotnet:
src/Web/Areas/Identity/Pages/Account/Register.cshtml.cs#L65
Cannot convert null literal to non-nullable reference type.
|
Build with dotnet:
src/Web/SlugifyParameterTransformer.cs#L8
Nullability of reference types in type of parameter 'value' of 'string SlugifyParameterTransformer.TransformOutbound(object value)' doesn't match implicitly implemented member 'string? IOutboundParameterTransformer.TransformOutbound(object? value)' (possibly because of nullability attributes).
|
Build with dotnet:
src/Web/Areas/Identity/Pages/Account/Logout.cshtml.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Build with dotnet:
src/Web/Controllers/ManageController.cs#L28
Non-nullable property 'StatusMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: ".net-app", "bicep-template".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading