Skip to content

Commit

Permalink
adding disable
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Nov 17, 2023
1 parent da9cebe commit 17f3153
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion v2/rscg_examples_site/docs/GoodPractices.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ https://andrewlock.net/creating-a-source-generator-part-8-solving-the-source-gen
### Add comments for method / classes / properties generated

could have warnings as errors .

or
https://github.com/dotnet/roslyn/issues/54103
#pragma warning disable CS1591 // Compensate for https://github.com/dotnet/roslyn/issues/54103

### Add nullable enable

#nullable enable
TODO: add example

### Add reference to another package when need just for compilation
Expand Down

0 comments on commit 17f3153

Please sign in to comment.