taylorjonl
taylorjonl
Is it possible to update the NuGet package from the latest code? I have a crash that happens a lot for my clients and the latest version of code fixes...
### Explain what happens I have a fresh install of Ubuntu 22.04 that I installed cockpit with this command: ``` sudo apt install -t jammy-backports cockpit ``` After install I...
### Problem I am attempting to switch some Seagate ST12000NM0027 SAS drives from 512e to 4kn using this command: ``` openSeaChest_Format -d /dev/sg6 --formatUnit 4096 --fastFormat 1 --confirm ``` This...
Currently this will not build in VS2022 because of this issue https://github.com/dotnet/roslyn-analyzers/issues/5890. There are two options to fix this, either avoid using the `new()` type constructors for diagnostics or update...