Make unit tests for DllImportGenerator build/run in CI (#60598)
authorElinor Fung <elfung@microsoft.com>
Wed, 20 Oct 2021 15:51:41 +0000 (08:51 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Oct 2021 15:51:41 +0000 (08:51 -0700)
commit3eecfcdf74037c84d7c7e4238cac48c6fff39a65
tree031da564d7a7de50769393fb3ced74560d0327e5
parentee4a76d37f4fb1ec7dd9c053242bb632b4c13620
Make unit tests for DllImportGenerator build/run in CI (#60598)
src/libraries/System.Runtime.InteropServices/System.Runtime.InteropServices.sln
src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj
src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.UnitTests/ConvertToGeneratedDllImportAnalyzerTests.cs
src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.UnitTests/ConvertToGeneratedDllImportFixerTests.cs
src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.UnitTests/DllImportGenerator.Unit.Tests.csproj [moved from src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.UnitTests/DllImportGenerator.UnitTests.csproj with 82% similarity]
src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.UnitTests/GeneratedDllImportAnalyzerTests.cs
src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.UnitTests/ManualTypeMarshallingAnalyzerTests.cs
src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.UnitTests/TestUtils.cs
src/libraries/tests.proj