Nejc Skofic
Nejc Skofic
Trying to install package that is not hosted on S3 does not trigger this issue (eg. `conda install --quiet scipy -c bioconda -c conda-forge -c defaults`). Setting `CONDA_NUMBER_CHANNEL_NOTICES=0` helps as...
This was low effort implementation to generate boilerplate code. My goals were: - No runtime reflection (what AutoMapper was doing), since you don't know if it will work until you...
Source code generator is a new feature in .net5 compiler (you need .net5 compiler though generated code can target anything that compiler can target). It may be something you might...