Skip to content

sajohnstone/dotnet_graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL dotnet Example

This is an example of using graphQL with dot net.

Tools

This provides code coverage reports for dotnet in OpenCover format (comptabile with SonarQube). To install the tool run the following from the command line

dotnet tool install --global coverlet.console

To add it to the project you need to run the following

dotnet test Tests/tests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages