We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b2e10 commit 37c6b2dCopy full SHA for 37c6b2d
README.md
@@ -19,7 +19,7 @@ var myNum = ThreadSafeRandom.Instance.Next();
19
```
20
21
## Source Generator
22
-The usage as a source generator is almost identical to using it as a dependency. The only difference is changing:
+The usage as a source generator is almost identical to using it as a dependency. The main difference is changing:
23
24
```xml
25
<PackageReference Include="ThreadSafeRandomizer" Version="2.0.3" />
@@ -33,3 +33,5 @@ to:
33
<IncludeAssets>analyzers</IncludeAssets>
34
</PackageReference>
35
36
+
37
+However, please note that the source generated file will purposely be `internal` rather than `public` to avoid conflicts.
0 commit comments