Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Relational #8
Annotations
10 warnings
|
Build solution:
src/EventHub.Domain/Entities/Event.cs#L15
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
src/EventHub.Domain/Entities/Event.cs#L15
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
src/EventHub.Domain/Entities/Participant.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
src/EventHub.Domain/Entities/Participant.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
src/EventHub.API/Program.cs#L20
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection InfrastructureDependencyInjection.AddInfrastructure(IServiceCollection services, string connectionString)'.
|
|
Build solution:
src/EventHub.Domain/Entities/Event.cs#L15
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
src/EventHub.Domain/Entities/Event.cs#L15
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
src/EventHub.Domain/Entities/Event.cs#L15
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
src/EventHub.Domain/Entities/Participant.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
src/EventHub.Domain/Entities/Participant.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading