Skip to content

docs: Rework docs structure + Various updates #127

docs: Rework docs structure + Various updates

docs: Rework docs structure + Various updates #127

Triggered via push July 6, 2024 12:29
Status Success
Total duration 3m 31s
Artifacts

codeql.yml

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

Annotations

20 warnings
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.
Analyze (javascript-typescript): 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 (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/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 (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.Http/Data/HttpRemoteFolder.cs#L10
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.Http/Data/HttpRemoteFolder.cs#L10
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.Http/Data/HttpRemoteFolder.cs#L10
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.Http/HttpRemoteVault.cs#L16
Non-nullable property 'Manifest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L16
Non-nullable property 'HttpClient' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L16
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.Http/HttpRemoteVault.cs#L16
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.Http/HttpRemoteVault.cs#L42
The event 'HttpRemoteVault.VaultUpdate' is never used