we are compiling com files while targeting unix as well
https://github.com/dotnet/runtime/blob/master/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj#L15
I checked the history and its always been like this.
Its started failing when i removed the crosstargeting here. This should not have been the case
@safern @ViktorHofer @ericstj am i missing something here ?
System.DirectoryServices.AccountManagement -> /Users/runner/runners/2.170.1/work/1/s/artifacts/bin/System.DirectoryServices.AccountManagement/netstandard2.0-Debug/System.DirectoryServices.AccountManagement.dll
System.DirectoryServices -> /Users/runner/runners/2.170.1/work/1/s/artifacts/bin/System.DirectoryServices/netstandard2.0-Debug/System.DirectoryServices.dll
/Users/runner/runners/2.170.1/work/1/s/src/libraries/Common/src/Interop/Windows/Ole32/Interop.CoGetStandardMarshal.cs(12,9): error BCL0015: ole32.dll!CoGetStandardMarshal is not supported on one\more targeted platforms. [/Users/runner/runners/2.170.1/work/1/s/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj]
##[error]src/libraries/Common/src/Interop/Windows/Ole32/Interop.CoGetStandardMarshal.cs(12,9): error BCL0015: (NETCORE_ENGINEERING_TELEMETRY=Build) ole32.dll!CoGetStandardMarshal is not supported on one\more targeted platforms.
System.DirectoryServices.Protocols -> /Users/runner/runners/2.170.1/work/1/s/artifacts/bin/System.DirectoryServices.Protocols/net5.0-OSX-Debug/System.DirectoryServices.Protocols.dll
System.Dy
we are compiling com files while targeting unix as well
https://github.com/dotnet/runtime/blob/master/src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj#L15
I checked the history and its always been like this.
Its started failing when i removed the crosstargeting here. This should not have been the case
@safern @ViktorHofer @ericstj am i missing something here ?