Skip to content

Bump Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Relational and Microsoft.EntityFrameworkCore #75

Bump Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Relational and Microsoft.EntityFrameworkCore

Bump Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Relational and Microsoft.EntityFrameworkCore #75

dotnet_develop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: BinderDyn.OrchardCore.EventSourcing.SqlServer/Migrations/20230725180243_initial.cs#L9
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: BinderDyn.OrchardCore.EventSourcing.SqlServer/Migrations/20230725180243_initial.Designer.cs#L16
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: BinderDyn.OrchardCore.EventSourcing/Data/EventRepository.cs#L71
Nullability of reference types in return type of 'Task<Event> EventRepository.Get(Guid eventId)' doesn't match implicitly implemented member 'Task<Event?> IEventRepository.Get(Guid eventId)'.
build: BinderDyn.OrchardCore.EventSourcing/ViewModels/EventViewModel.cs#L8
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BinderDyn.OrchardCore.EventSourcing/AdminMenu.cs#L15
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: BinderDyn.OrchardCore.EventSourcing/ViewModels/EventTableViewModel.cs#L7
Non-nullable property 'Events' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BinderDyn.OrchardCore.EventSourcing/ViewModels/EventTableViewModel.cs#L11
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BinderDyn.OrchardCore.EventSourcing/Services/EventService.cs#L66
Possible null reference return.
build: BinderDyn.OrchardCore.EventSourcing/Services/EventAccessService.cs#L56
Dereference of a possibly null reference.