2 instantiations of InputFormatNotSupportedException
Microsoft.Build.Tasks.Core (2)
GenerateResource.cs (2)
2977
throw new
InputFormatNotSupportedException
("Reading resources from Assembly not supported on .NET Core MSBuild");
3037
throw new
InputFormatNotSupportedException
("Reading resources from binary .resources not supported on .NET Core MSBuild");
1 reference to InputFormatNotSupportedException
Microsoft.Build.Tasks.Core (1)
GenerateResource.cs (1)
2592
catch (
InputFormatNotSupportedException
)