Skip to content

Commit

Permalink
refactor: Updated project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Aug 29, 2023
1 parent 3556edb commit 6f0c14b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DependencyPropertyGenerator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE = LICENSE
README.md = README.md
src\Directory.Packages.props = src\Directory.Packages.props
.github\workflows\main.yml = .github\workflows\main.yml
.github\workflows\pull-request.yml = .github\workflows\pull-request.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DependencyPropertyGenerator.Attributes", "src\libs\DependencyPropertyGenerator.Attributes\DependencyPropertyGenerator.Attributes.csproj", "{90F8AD3B-1C24-447B-99A3-2FBF5066FECA}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,11 @@ private async Task CheckSourceAsync<T>(
await Task.WhenAll(
Verify(diagnostics.NormalizeLocations())
.UseDirectory("Snapshots")
//.AutoVerify()
.UseTextForParameters($"{framework}_Diagnostics"),
Verify(driver)
.UseDirectory("Snapshots")
//.AutoVerify()
.UseTextForParameters($"{framework}"));
}
}
Expand Down

0 comments on commit 6f0c14b

Please sign in to comment.