Skip to content

bryanpizzillo/coverage-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coverage-test

Test .NET Core "solution" for multiple projects

Structure

  • root ** .gitignore - standard .NET .gitignore file. ** global.json - specifies what folder the build system should search for projectes when resolving dependencies. See: https://docs.microsoft.com/en-us/dotnet/articles/core/tools/global-json ** omnisharp.json - configuration information for Omnisharp-Rosyln (may come with VS Code) ** src - source code projects for this solution (this is not just code, but the project folders) ** test - test projects for this solution

Add src packages:

Open commandline

cd src

yo aspnet:

About

Test .NET Core "solution" for multiple projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages