Skip to content

Bug fix: OAuth access token expiration was not calculated correctly u… #359

Bug fix: OAuth access token expiration was not calculated correctly u…

Bug fix: OAuth access token expiration was not calculated correctly u… #359

Triggered via push August 20, 2025 11:54
Status Success
Total duration 1m 48s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
deploy: gamevault/Models/UserProfile.cs#L14
Non-nullable property 'ServerUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: gamevault/Models/UserProfile.cs#L14
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: gamevault/Models/UserProfile.cs#L14
Non-nullable property 'UserCacheAvatar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy: gamevault/Helper/Web/WpfEmbeddedBrowser.cs#L18
Cannot convert null literal to non-nullable reference type.
deploy: gamevault/Helper/Web/WpfEmbeddedBrowser.cs#L16
Cannot convert null literal to non-nullable reference type.
deploy: gamevault/Helper/Web/WpfEmbeddedBrowser.cs#L15
Cannot convert null literal to non-nullable reference type.
deploy: gamevault/ViewModels/ViewModelBase.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler ViewModelBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
deploy: gamevault/Helper/CommandHelper.cs#L25
Nullability of reference types in type of 'event EventHandler CommandHelper.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
deploy: gamevault/Helper/CommandHelper.cs#L19
Nullability of reference types in type of parameter 'parameter' of 'void CommandHelper.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
deploy: gamevault/Helper/CommandHelper.cs#L14
Nullability of reference types in type of parameter 'parameter' of 'bool CommandHelper.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
deploy
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677