MrZander
MrZander
Nuget states that this project is licensed under MIT, but there is no LICENSE.txt indicating who the copyright holder is.
The paper states that ED works best with sigma = 1, which I can see is what is used. But, why then does the code divide the original sigma by...
getting_started.md instructs you to follow the [Getting started with Raspberry Pi Pico](https://datasheets.raspberrypi.org/pico/getting-started-with-pico.pdf) document. If you follow these instructions, you will download the latest Pico SDK (1.5.1 as of today) and...
Added option to put a minimum and maximum value on the input. Should not break any existing code because the properties default to decimal.MinValue and decimal.MaxValue. Also added a .gitattribute...
Repro: https://github.com/MrZander/ProjectionArgExceptionRepro/tree/no-automapper I have the following queries: ```csharp //Works var test1 = context.Entities .Select(f => new DtoEntity() { ID = f.ID, Type = new DtoEntityType() { ID = f.Type.ID, Tags...