Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-25Enable more analyzers and fix found problemsMarek Safar
2020-02-19Code fixes (#955)Sven Boemer
* Apply some code fixes * Apply code fixes for linker project * Apply code fixes to more projects * Apply more code fixes * Cleanup * Add missing LangVersion * Undo changes to shared file * Undo using changes
2019-02-20Adopt new directory layout (#466)Sven Boemer
This organizes the source and test projects as follows: - source projects go in `src/project/projectfile.csproj` - test projects go in `test/project/projectfile.csproj` The uniform layout of projects is part of the arcade onboarding (see https://github.com/mono/linker/issues/452).