Remove BestFitMapping, CallingConvention, and ThrowOnUnmappableChar from GeneratedDll...
authorElinor Fung <elfung@microsoft.com>
Sat, 6 Nov 2021 04:24:50 +0000 (21:24 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Nov 2021 04:24:50 +0000 (21:24 -0700)
commit9dc08dd7d054594eb415b9ec093a5a4b0ee746eb
tree97d7ebd6465961fcfbea4b0585a7e477bccba3b7
parent8273939694f9c36bcc8546f86236064ba1ff5073
Remove BestFitMapping, CallingConvention, and ThrowOnUnmappableChar from GeneratedDllImportAttribute (#61182)
17 files changed:
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LookupPrivilegeValue.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegCreateKeyEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegDeleteKeyEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegDeleteValue.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegFlushKey.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegOpenKeyEx.cs
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.RegSetValueEx.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetFullPathNameW.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetLongPathNameW.cs
src/libraries/Common/src/System/Runtime/InteropServices/GeneratedDllImportAttribute.cs
src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
src/libraries/System.Runtime.InteropServices/gen/DllImportGenerator/DllImportGenerator.cs
src/libraries/System.Runtime.InteropServices/gen/DllImportGenerator/GeneratedDllImportData.cs
src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.UnitTests/CodeSnippets.cs
src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.UnitTests/CompileFails.cs
src/libraries/System.Runtime.InteropServices/tests/DllImportGenerator.UnitTests/Compiles.cs