Skip to content

Merge branch 'feat/volunteer-window-refinement' #48

Merge branch 'feat/volunteer-window-refinement'

Merge branch 'feat/volunteer-window-refinement' #48

Triggered via push July 4, 2024 23:36
Status Success
Total duration 2m 13s
Billable time 3m
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: AdoptionAgency/Backend/Repositories/PersonRepository.cs#L31
Nullability of reference types in return type of 'Person? PersonRepository.Get(int id)' doesn't match implicitly implemented member 'Person ICrudRepository<Person>.Get(int id)' (possibly because of nullability attributes).
build: AdoptionAgency/App.xaml.cs#L31
Possible null reference argument for parameter 'serviceProvider' in 'void ServiceProviderHelper.SetServiceProvider(ServiceProvider serviceProvider)'.
build: AdoptionAgency/Frontend/View/UserViews/VolunteerView.xaml.cs#L23
Converting null literal or possible null value to non-nullable type.
build: AdoptionAgency/Frontend/View/UserViews/VolunteerView.xaml.cs#L24
Dereference of a possibly null reference.
build: AdoptionAgency/Frontend/View/UserViews/VolunteerPostRequestsView.xaml.cs#L17
Nullability of reference types in type of parameter 'sender' of 'void VolunteerPostRequestsView.Request_Closing(object sender, CancelEventArgs e)' doesn't match the target delegate 'CancelEventHandler' (possibly because of nullability attributes).
build: AdoptionAgency/Frontend/View/UserViews/VolunteerPostRequestsView.xaml.cs#L22
Converting null literal or possible null value to non-nullable type.
build: AdoptionAgency/Frontend/View/UserViews/VolunteerPostRequestsView.xaml.cs#L23
Dereference of a possibly null reference.
build: AdoptionAgency/Frontend/View/UserViews/VolunteerPostRequestsView.xaml.cs#L36
Converting null literal or possible null value to non-nullable type.
build: AdoptionAgency/Frontend/View/UserViews/VolunteerPostRequestsView.xaml.cs#L37
Dereference of a possibly null reference.