Bump Swashbuckle.AspNetCore from 6.2.3 to 9.0.0 #5
Annotations
7 errors and 11 warnings
|
Build
Process completed with exit code 1.
|
|
Build:
DevFreela.Payments.API/Program.cs#L25
'WebApplication' does not contain a definition for 'UseSwaggerUI' and no accessible extension method 'UseSwaggerUI' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
|
|
Build:
DevFreela.Payments.API/Program.cs#L24
'WebApplication' does not contain a definition for 'UseSwagger' and no accessible extension method 'UseSwagger' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
|
|
Build:
DevFreela.Payments.API/Program.cs#L11
'IServiceCollection' does not contain a definition for 'AddSwaggerGen' and no accessible extension method 'AddSwaggerGen' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
|
Build:
DevFreela.Payments.API/Program.cs#L25
'WebApplication' does not contain a definition for 'UseSwaggerUI' and no accessible extension method 'UseSwaggerUI' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
|
|
Build:
DevFreela.Payments.API/Program.cs#L24
'WebApplication' does not contain a definition for 'UseSwagger' and no accessible extension method 'UseSwagger' accepting a first argument of type 'WebApplication' could be found (are you missing a using directive or an assembly reference?)
|
|
Build:
DevFreela.Payments.API/Program.cs#L11
'IServiceCollection' does not contain a definition for 'AddSwaggerGen' and no accessible extension method 'AddSwaggerGen' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
|
Build:
DevFreela.Payments.API/Models/PaymentInfoInputModel.cs#L8
Non-nullable property 'ExpiresAt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
DevFreela.Payments.API/Models/PaymentInfoInputModel.cs#L7
Non-nullable property 'Cvv' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
DevFreela.Payments.API/Models/PaymentInfoInputModel.cs#L6
Non-nullable property 'CreditCardNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Build:
DevFreela.Payments.API/Consumers/ProcessPaymentConsumer.cs#L71
Possible null reference argument for parameter 'paymentInfo' in 'void ProcessPaymentConsumer.ProcessPayment(PaymentInfoInputModel paymentInfo)'.
|
|
Build:
DevFreela.Payments.API/Models/PaymentInfoInputModel.cs#L9
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
DevFreela.Payments.API/Models/PaymentInfoInputModel.cs#L8
Non-nullable property 'ExpiresAt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
DevFreela.Payments.API/Models/PaymentInfoInputModel.cs#L7
Non-nullable property 'Cvv' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
DevFreela.Payments.API/Models/PaymentInfoInputModel.cs#L6
Non-nullable property 'CreditCardNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Restore dependencies
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Loading