Skip to content

Commit

Permalink
Add assemblyinfo back
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyRaga committed Jun 17, 2023
1 parent 4c8db10 commit c7f59eb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
with:
useConfigFile: true
updateAssemblyInfo: true
updateAssemblyInfoFilename: AssemblyInfo.cs
additionalArguments: '/ensureassemblyinfo'


- name: Setup test dependencies
run: docker compose up -d

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// ReSharper disable once RedundantUsingDirective
using System.Reflection;
3 changes: 3 additions & 0 deletions src/KafkaFlow.Contrib.Outbox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// ReSharper disable once RedundantUsingDirective
using System.Reflection;

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// ReSharper disable once RedundantUsingDirective
using System.Reflection;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// ReSharper disable once RedundantUsingDirective
using System.Reflection;

0 comments on commit c7f59eb

Please sign in to comment.