microsoft / DevHomeAzureExtension

Dev Home Azure Extension
MIT License
79 stars 17 forks source link

PublishProfiles need to be edited to remove PublishTrimmed and instead be set unconditionally in a csproj file #283

Open MattHyman opened 1 week ago

MattHyman commented 1 week ago

Dev Home version

No response

Dev Home Azure Extension version

No response

Windows build number

No response

Other software

Steps to reproduce the bug

(https://github.com/microsoft/DevHomeAzureExtension/tree/main/src/AzureExtensionServer/Properties/PublishProfiles) need to be eddied to remove PublishTrimmed and instead be set unconditionally in a csproj file.

This was identified with @eerhardt following dev home issues with JSON serialization behavior differing in debug and release configurations as documented here.

Expected result

Behavior should not drastically differ between debug and release builds, like what happened with #134.

Actual result

Json serialization can behave drastically different between release and debug builds as described here.

Included System Information

No response

MattHyman commented 1 week ago

@dkbennett, this may be interesting to you as you were involved with #134.