Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0030749f7a | ||
|
|
d65634c057 |
@@ -135,7 +135,7 @@ Add the NuGet package to projects that need the analyzer:
|
||||
```xml
|
||||
<PackageReference
|
||||
Include="StevanFreeborn.AsyncSyncFlagAnalyzer"
|
||||
Version="0.0.0"
|
||||
Version="x.x.x"
|
||||
ReferenceOutputAssembly="false"
|
||||
OutputItemType="Analyzer"
|
||||
/>
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<IsPackable>true</IsPackable>
|
||||
<PackageId>StevanFreeborn.AsyncSyncFlagAnalyzer</PackageId>
|
||||
<Version>0.0.1</Version>
|
||||
<Version>0.0.2</Version>
|
||||
<Authors>Stevan Freeborn</Authors>
|
||||
<Description>Roslyn analyzer to enforce passing the sync flag in optionally asynchronous execution paths.</Description>
|
||||
<PackageTags>analyzer,async,sync,flag</PackageTags>
|
||||
|
||||
Reference in New Issue
Block a user