Skip to content

mikenakis/MikeNakis.CommonFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MikeNakis.CommonFiles
Common files shared among all of my dotnet projects.

CAUTION: This file is MikeNakis.CommonFiles.README.md, and it is also pointed by a symlink called README.md. Never edit README.md; only edit MikeNakis.CommonFiles.README.md. For an explanation, see Of Visual Studio, GitHub, README files, and symlinks.

This repository contains some files that are used by all (or almost all) of my projects.

  • .editorconfig
  • .gitattributes
  • .gitignore
  • AllCode.globalconfig
  • AllProjects.proj.xml
  • BannedSymbols.txt
  • ProductionCode.globalconfig
  • SymbolBanning.proj.xml
  • TestCode.globalconfig

The files are meant to be hard-linked by each project that needs them.

This repository used to build a NuGet package with a build/.props file, so that any projects that need these files could reference the package instead of having to hard-link the files, but that was immensely complex, held together by shoestrings, very fragile, and ultimately unmaintainable.

License

See LICENSE.md

Releases

No releases published

Packages