Skip to content

feat: Update regex implementations #370

feat: Update regex implementations

feat: Update regex implementations #370

Triggered via push August 25, 2024 17:24
Status Success
Total duration 48s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L16
Non-nullable property 'Manifest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L16
Non-nullable property 'HttpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L16
Non-nullable field '_root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/Data/HttpRemoteFolder.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/Data/HttpRemoteFolder.cs#L10
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/Data/HttpRemoteFolder.cs#L10
Non-nullable property 'Vault' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L42
The event 'HttpRemoteVault.VaultUpdate' is never used
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/FtpRemoteVault.cs#L18
Non-nullable field '_root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Ftp/FtpRemoteVault.cs#L18
Non-nullable property 'AsyncFtpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.