Skip to content

Update README.md

Update README.md #3

Triggered via push September 9, 2023 17:40
Status Success
Total duration 1m 2s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: BinderDyn.OrchardCore.EventSourcing/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/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#L77
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/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/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.