I wonder if it was considered to add a rewrite step as a MSBuild target in the NuGet package. This way calling the tool coyote rewrite wouldn't be needed as that would be done automatically once the assembly is generated.
Could possibly be done if a specific property is provided like /p:CoyoteRewrite=true or be an opt-out when Configuration=Debug.
I wonder if it was considered to add a rewrite step as a MSBuild target in the NuGet package. This way calling the tool
coyote rewrite
wouldn't be needed as that would be done automatically once the assembly is generated.Could possibly be done if a specific property is provided like
/p:CoyoteRewrite=true
or be an opt-out whenConfiguration=Debug
.