Skip to content

Commit

Permalink
CA1506 for samples
Browse files Browse the repository at this point in the history
  • Loading branch information
IharYakimush committed Feb 3, 2025
1 parent 0a80bff commit 1e12079
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sample/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<NoWarn>CA1506</NoWarn>
</PropertyGroup>
</Project>
5 changes: 5 additions & 0 deletions sample/Epam.Kafka.Sample.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubscribeReplicationTransac
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProduceAndConsumeMetrics", "ProduceAndConsumeMetrics\ProduceAndConsumeMetrics.csproj", "{4E163658-6518-484C-8751-26317D1829DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2491DFC6-50D9-4C30-BDB4-CA8C9E4D9EFB}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 1e12079

Please sign in to comment.