Skip to content

Added url builder with only #216

Added url builder with only

Added url builder with only #216

Triggered via push November 7, 2023 21:29
Status Success
Total duration 3m 2s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Miru/Urls/PropertyHelper.cs#L63
Possible null reference assignment.
build: src/Miru/Urls/PropertyHelper.cs#L56
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Miru/Scheduling/ScheduledJobs.cs#L38
'RecurringJob.AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, RecurringJobOptions) instead. Will be removed in 2.0.0.'
build: src/Miru/Urls/PropertyHelper.cs#L63
Possible null reference assignment.
build: src/Miru/Urls/PropertyHelper.cs#L56
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Miru/Scheduling/ScheduledJobs.cs#L38
'RecurringJob.AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, RecurringJobOptions) instead. Will be removed in 2.0.0.'
build: src/Miru/Urls/PropertyHelper.cs#L63
Possible null reference assignment.
build: src/Miru/Urls/PropertyHelper.cs#L56
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Miru/Scheduling/ScheduledJobs.cs#L38
'RecurringJob.AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, RecurringJobOptions) instead. Will be removed in 2.0.0.'
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "System.CommandLine