Simon Cropp

Results 471 comments of Simon Cropp

I suspect the problem is you are in a shared appdomain that you dont own. if any other task loads a diff version of Metadata before you, then it will...

actually you dont bundle System.Reflection.Metadata in the package. so how is it meant to find it?

i didnt think package references worked for msbuild tasks. at least that was my experience when building Fody. that might have changed. and for me this project never works. for...

> Enums are stored as strings by default in JSON documents. This is because the type mapping uses EnumToStringConverter by default. note as of v8 this is no longer true...

@foxyseta here is my effort at an implementation https://github.com/getsentry/dotnet-assembly-alias

need any help with this? does the https://github.com/Fody/PropertyChanged not work with comet OOTB? can i make changes to enable that?

would adding `#pragma warning disable` to all the generated files suffice?