Skip to content

Commit

Permalink
wip: fixed the way DiagnosticAnalyzer and CodeFixes should be referen…
Browse files Browse the repository at this point in the history
…ced as projects
  • Loading branch information
shahabganji committed Jul 24, 2023
1 parent 414e3a9 commit 7861d60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Dddfier.Console/AggregateIdExample/Customer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public partial class Customer
// }
}

//

// public class Product
// {
// public int Id { get; init; }
Expand Down
7 changes: 5 additions & 2 deletions src/Dddfier.Console/Dddfier.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@


<ItemGroup>
<!-- <Analyzer Include="..\Dddfier.Analyzer\Dddfier.Analyzer\bin\Debug\netstandard2.0\Dddfier.Analyzer.dll"/>-->
<!-- <Analyzer Include="..\Dddfier.Analyzer\Dddfier.Analyzer.CodeFixes\bin\Debug\netstandard2.0\Dddfier.Analyzer.CodeFixes.dll"/>-->
<!-- <Analyzer Include="..\Dddfier.Analyzer\Dddfier.Analyzer\bin\Debug\netstandard2.0\Dddfier.Analyzer.dll"/>-->
<!-- <Analyzer Include="..\Dddfier.Analyzer\Dddfier.Analyzer.CodeFixes\bin\Debug\netstandard2.0\Dddfier.Analyzer.CodeFixes.dll"/>-->

<ProjectReference Include="..\Dddfier.Analyzer\Dddfier.Analyzer\Dddfier.Analyzer.CodeFixes.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer"/>
<ProjectReference Include="..\Dddfier.Analyzer\Dddfier.Analyzer\Dddfier.Analyzer.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer"/>
<ProjectReference Include="..\Dddfier\Dddfier.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer"/>
</ItemGroup>

Expand Down

0 comments on commit 7861d60

Please sign in to comment.