Skip to content

A starting point for C# library development, including logging, tests and build system

Notifications You must be signed in to change notification settings

AArnott/csharplibrarystarterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the future home of YOURLIBNAME.

To customize it for a library:
1. Find & Replace in Files with case sensitive search: 
	YOURLIBNAME -> YourLibrary
2. Do a dir /s *YOURLIBNAME* in the root of the project and rename all files/directories to *YourLibrary*.
	 dir -rec . *YOURLIBNAME* |% { ren $_.fullname $_.name.replace("YOURLIBNAME", "YourLibrary") }

About

A starting point for C# library development, including logging, tests and build system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published