Skip to content

Update README.md

Update README.md #3

Triggered via push July 31, 2024 11:21
Status Success
Total duration 44s
Billable time 1m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: YoussofPortfolio/YoussofPortfolio.Client/Models/Contact.cs#L5
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio/YoussofPortfolio.Client/Models/Contact.cs#L6
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio/YoussofPortfolio.Client/Models/Contact.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio/YoussofPortfolio.Client/Models/Contact.cs#L8
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio/YoussofPortfolio.Client/Models/Contact.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio/YoussofPortfolio.Client/Layout/Dialog.razor#L39
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: YoussofPortfolio/YoussofPortfolio.Client/Pages/Contact.razor#L110
Possible null reference assignment.
build: YoussofPortfolio/YoussofPortfolio.Client/Pages/Contact.razor#L111
Possible null reference assignment.
build: YoussofPortfolio/YoussofPortfolio.Client/Pages/Contact.razor#L112
Possible null reference assignment.
build: YoussofPortfolio/YoussofPortfolio.Client/Pages/Contact.razor#L113
Possible null reference assignment.
build: YoussofPortfolio.API/Models/Contact.cs#L5
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio.API/Models/Contact.cs#L6
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio.API/Models/Contact.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio.API/Models/Contact.cs#L8
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio.API/Models/Contact.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio.API/Program.cs#L17
The type 'YoussofPortfolio.API.Models.AppSettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'YoussofPortfolio.API.Models.AppSettings?' doesn't match 'class' constraint.
build: YoussofPortfolio.API/Models/Contact.cs#L5
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio.API/Models/Contact.cs#L6
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio.API/Models/Contact.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YoussofPortfolio.API/Models/Contact.cs#L8
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.