Mikael Öhman
Mikael Öhman
**To reproduce:** 1. Download and install using latest release 1.4.2 2. Run different nvs commands, output is shown correctly. E.g. nvs add latest, lts, using windows CMD 3. Run: nvs...
**Describe the bug** Ioinide features struggle: - Run/debug shows error "can't open xterm" but my launch.json has "integratedTerminal" set, not "externalConsole". I can understand there would be issues with external...
Hi. This should be related to: https://github.com/Zaid-Ajaj/Fable.SimpleJson/pull/21 and https://github.com/Zaid-Ajaj/Fable.Remoting/issues/108 **Setup** - dotnet new SAFE - Create API accepting DateTime parameter - From client, call server api with DateTime.Today (or DateTime.UtcNow.Date,...
### Description I cannot update a row containing a datetime2(7) column in SQL Server. Updates on other datatypes, for example plain int works well. Inserts with DateTime into this same...
Yes, a seldom used feature supposedly. Still, it doesn't work and sometimes I just want to read/write a single column. Reproduce: - Using VS 2019 - Using netcore sdk 2.2.x...