Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support adding [DebuggerStepThrough] to generated classes via project option #6017

Merged

Conversation

ReubenBond
Copy link
Member

@ReubenBond ReubenBond commented Oct 7, 2019

Fixes #5001

Enable by adding this to your csproj:

  <PropertyGroup>
    <OrleansCodeGenDebuggerStepThrough>true</OrleansCodeGenDebuggerStepThrough>
  </PropertyGroup>

With this enabled, all generated GrainReference, serializer, and IGrainMethodInvoker implementations will be decorated with [DebuggerStepThrough].

@ReubenBond ReubenBond added this to the 3.0.0 milestone Oct 7, 2019
@sergeybykov sergeybykov merged commit 617fbce into dotnet:master Oct 7, 2019
@ReubenBond ReubenBond deleted the feature/codegen-debugger-hidden branch October 7, 2019 22:59
@github-actions github-actions bot locked and limited conversation to collaborators Dec 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to Orleans generated code will be hidden from the debugging process
2 participants