TypeDefinition fix for dotnet build#20
Conversation
Build from Visual Studio works fine. dotnet build from something like Azure build pipeline does not and gives an exception "System.Type was somehow not found. Aborting." These modification address that problem and the artifacts are built correctly. Can be tested using powershell "dotnet build".
|
Have you got a version of this with your changes in it published anywhere? I'm having some difficulty getting it to build and install right with a local package repo |
Nah, hoping @kswoll takes a look at this soonish. In the meantime you could clone and pack it locally |
|
Yeah, I did try that but after running Might try again later on a fresh clone though, could just be due to a messy set of partial build files with me having used various different versions |
Build from Visual Studio works fine. dotnet build from something like Azure build pipeline does not and gives an exception "System.Type was somehow not found. Aborting." These modification address that problem and the artifacts are built correctly. Can be tested using powershell "dotnet build".