Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Dec 9, 2022
1 parent af0ab12 commit 04e66a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1622,6 +1622,7 @@ private static async Task VerifyCSAnalyzerWithAdditionalSourceAsync(string sourc

await test.RunAsync();
}

private static async Task VerifyCSAnalyzerWithAdditionalAssemblyAsync(string source, string additionalReferencedAssemblySource)
{
var test = new VerifyCS.Test
Expand Down Expand Up @@ -1654,8 +1655,7 @@ private static async Task VerifyCSCodeFixAsync(string source, string codeFix, bo
var test = new VerifyCS.Test
{
LanguageVersion = LanguageVersion.CSharp9,
ReferenceAssemblies = new ReferenceAssemblies("net7.0", new PackageIdentity("Microsoft.NETCore.App.Ref", "7.0.0-preview.1.22075.6"), Path.Combine("ref", "net7.0"))
.WithNuGetConfigFilePath(Path.Combine(Path.GetDirectoryName(typeof(DisableRuntimeMarshallingTests).Assembly.Location), "NuGet.config")),
ReferenceAssemblies = ReferenceAssemblies.Net.Net70,
TestCode = source,
FixedCode = codeFix,
SolutionTransforms =
Expand Down

0 comments on commit 04e66a6

Please sign in to comment.