Skip to content

fix(pages): Fix current URI display on 404 page #99

fix(pages): Fix current URI display on 404 page

fix(pages): Fix current URI display on 404 page #99

Triggered via push June 22, 2024 15:48
Status Success
Total duration 4m 37s
Artifacts

codeql.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Analyze (csharp): Nodsoft.MoltenObsidian.Blazor/ObsidianVaultNavigation.razor#L12
Non-nullable property 'Vault' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): Nodsoft.MoltenObsidian.Blazor/ObsidianVaultDisplay.razor.cs#L57
Ambiguous reference in cref attribute: 'VaultComponentHelpers.GetCallingBaseVaultPath'. Assuming 'VaultComponentHelpers.GetCallingBaseVaultPath(IComponent)', but could have also matched other overloads including 'VaultComponentHelpers.GetCallingBaseVaultPath(Type)'.
Analyze (csharp): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/Data/FtpRemoteFile.cs#L21
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/Data/FtpRemoteFolder.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/Data/FtpRemoteFolder.cs#L13
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/Data/FtpRemoteFolder.cs#L13
Non-nullable property 'Vault' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/FtpRemoteVault.cs#L18
Non-nullable field '_root' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/FtpRemoteVault.cs#L18
Non-nullable property 'AsyncFtpClient' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/FtpRemoteVault.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/FtpRemoteVault.cs#L45
The event 'FtpRemoteVault.VaultUpdate' is never used
Analyze (javascript-typescript): Nodsoft.MoltenObsidian.Blazor/ObsidianVaultNavigation.razor#L12
Non-nullable property 'Vault' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (javascript-typescript): Nodsoft.MoltenObsidian.Blazor/ObsidianVaultDisplay.razor.cs#L57
Ambiguous reference in cref attribute: 'VaultComponentHelpers.GetCallingBaseVaultPath'. Assuming 'VaultComponentHelpers.GetCallingBaseVaultPath(IComponent)', but could have also matched other overloads including 'VaultComponentHelpers.GetCallingBaseVaultPath(Type)'.
Analyze (javascript-typescript): Nodsoft.MoltenObsidian.Blazor/ObsidianVaultNavigation.razor#L12
Non-nullable property 'Vault' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (javascript-typescript): Nodsoft.MoltenObsidian.Blazor/ObsidianVaultDisplay.razor.cs#L57
Ambiguous reference in cref attribute: 'VaultComponentHelpers.GetCallingBaseVaultPath'. Assuming 'VaultComponentHelpers.GetCallingBaseVaultPath(IComponent)', but could have also matched other overloads including 'VaultComponentHelpers.GetCallingBaseVaultPath(Type)'.
Analyze (javascript-typescript): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/FtpRemoteVault.cs#L18
Non-nullable field '_root' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (javascript-typescript): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/FtpRemoteVault.cs#L18
Non-nullable property 'AsyncFtpClient' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (javascript-typescript): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/FtpRemoteVault.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (javascript-typescript): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/Data/FtpRemoteFolder.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (javascript-typescript): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/Data/FtpRemoteFolder.cs#L13
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (javascript-typescript): Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/Data/FtpRemoteFolder.cs#L13
Non-nullable property 'Vault' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.