Servicestack embed pdbs

So now that embedding pdb’s and sources is supported in roslyn and VS2017 are there objections/blockers to updating servicestack projects or compiling with the switch?

As far as I can tell it is backwards compatible with older IDE’s and supported portable, core etc. It negates the need for separate symbol source servers in VS2017 so simpler debugging experience (but probably not for older IDE debuggers that would afaik revert to loading from symbol sources)

The packages would be slightly larger but smaller than existing dll + pdb. Haven’t seen anything to indicate it affects performance.

1 Like

Yeah this looks like something we should consider after next release when we upgrade all projects and CI to VS2017.

1 Like