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

Expose VirtualChars to asp.net (through EA) to facilitate route classification #61529

Merged
merged 3 commits into from
May 26, 2022

Conversation

CyrusNajmabadi
Copy link
Member

No description provided.

return;

var aspContext = new AspNetCoreEmbeddedLanguageClassificationContext(
context, new AspNetCoreVirtualCharSequence(virtualChars));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JamesNK I'm not actually exposing the service to you. Instead, i just check up front if we can get the sequence of virtual-chars. If so, then we package taht up and provide it to you in the context object for that token.

@CyrusNajmabadi CyrusNajmabadi enabled auto-merge May 26, 2022 16:46
@CyrusNajmabadi CyrusNajmabadi merged commit affb2c7 into dotnet:main May 26, 2022
@ghost ghost added this to the Next milestone May 26, 2022
@Cosifne Cosifne modified the milestones: Next, 17.3 P2 May 31, 2022
@CyrusNajmabadi CyrusNajmabadi deleted the aspEmbeddedChars branch July 1, 2022 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants