lcsondes
lcsondes
This explains why my files seem to be corrupting back! If it's by design I guess I need to stop using this.
I went with storing self-encrypted blobs on OneDrive, no complaints about that one either.
Hi, I'm using 2.1, most of my csprojs are using the Microsoft SDK, but the WinForms ones are using Extras. Repro steps: make an old .NET framework Winforms project, add...
> Seems like docker is not a suitable solution for such scenario - it heavily smells with orchestration, so it's a good fit for kubernetes or nomad There's a pretty...
It's a fresh project. This is the csproj, have it next to the sample file above: ``` Exe netcoreapp3.1 ```
Here: [CsSandbox.zip](https://github.com/codecadwallader/codemaid/files/4242016/CsSandbox.zip) Clean up Program.cs and `ref struct Test` will become `internal struct Test`.
Would it not work better to relax the array initializer syntax to allow `{{a,b},{c,d}}` instead of `{new(a,b),new(c,d)}` for the KeyValuePair example?
I would like if this also included `int[] x = new[1];`, not just `new[]{...}`.