Skip to content

Account copy

Account copy #1

Triggered via pull request July 4, 2024 17:45
@AlexMi-HaAlexMi-Ha
synchronize #8
account-copy
Status Success
Total duration 37s
Artifacts

build_avalonia_on_pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: PWManager.Application/Exceptions/UserFeedbackException.cs#L7
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: PWManager.Application/Services/PasswordBuilder.cs#L20
Cannot convert null literal to non-nullable reference type.
build: PWManager.Avalonia/Controls/BaseClass/CustomControl.cs#L7
'CustomControl.PropertyChanged' hides inherited member 'AvaloniaObject.PropertyChanged'. Use the new keyword if hiding was intended.
build: PWManager.Avalonia/Models/AccountDisplayModel.cs#L7
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PWManager.Avalonia/Models/AccountDisplayModel.cs#L9
Non-nullable property 'LoginName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PWManager.Avalonia/Models/AccountDisplayModel.cs#L11
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PWManager.Avalonia/Environment/ApplicationEnvironment.cs#L43
Non-nullable event 'StatusEnvironmentUpdated' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: PWManager.Avalonia/Controls/SideNav.axaml.cs#L14
Non-nullable property 'AvailableGroups' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: PWManager.Application/Exceptions/UserFeedbackException.cs#L7
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build: PWManager.Application/Services/PasswordBuilder.cs#L20
Cannot convert null literal to non-nullable reference type.