Amin Khansari
Amin Khansari
I was wondering if there is a possibility to have a custom/different naming convention for a specific property?
### Description Since NuGet 6.3 (SDK 6.0.400), Paket fails to restore when the source is not HTTPs. https://devblogs.microsoft.com/nuget/https-everywhere/ https://github.com/NuGet/NuGet.Client/blob/6.3.0.131/src/NuGet.Core/NuGet.Commands/RestoreCommand/RestoreCommand.cs#L221 ### Repro steps paket install ### Expected behavior The restore should...
Maybe you can get better performance using `forEach` https://github.com/deviousasti/gameoflife-wasm/blob/d4fcc64af1110c8e2f7f4965f7fcbf731eb4be3a/Main.fs#L88 to ```F# forEach (…) ```
### Describe the feature Hi, Currently if we have a configuration profile of JSON type, its content is added at the root. This is quite restrictive, especially when `AddAppConfig` is...