Garfield

Results 6 issues of Garfield

enhancement
help wanted
good first issue

## Steps to Reproduce 1. Create a ConsoleApp in IDE (like rider) 2. Write the following code. ```csharp using System; using System.Threading.Tasks; public static class Program { public static async...

**Describe the bug** I'm using Unity and making common libraries. I hope to generate docs using the C# source code, cuz current dotnet version won't well restore Unity csprojs. (`dotnet...

bug
dotnet

**Is your feature request related to a problem? Please describe.** I want to hide some public APIs in the documentation. I want to include only those with the /// comments....

dotnet: xml-comment

I have to remove all the trailing spaces (of lines) and empty lines from my summary markdown file to avoid the following error: mkdocs_literate_nav.parser.LiterateNavParseError: Expected no text after '...', but...

### What feature do you want to see added? For example, I have 3 resources A, B, C. For each of the resources, only one job can lock it. However,...

enhancement