Skip to content

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

Merged
CyrusNajmabadi merged 3 commits intodotnet:mainfrom
CyrusNajmabadi:aspEmbeddedChars
May 26, 2022
Merged

Expose VirtualChars to asp.net (through EA) to facilitate route classification#61529
CyrusNajmabadi merged 3 commits intodotnet:mainfrom
CyrusNajmabadi:aspEmbeddedChars

Conversation

@CyrusNajmabadi
Copy link
Copy Markdown
Contributor

No description provided.

@CyrusNajmabadi CyrusNajmabadi requested review from a team as code owners May 26, 2022 15:39
@ghost ghost added the Area-IDE label May 26, 2022
return;

var aspContext = new AspNetCoreEmbeddedLanguageClassificationContext(
context, new AspNetCoreVirtualCharSequence(virtualChars));
Copy link
Copy Markdown
Contributor 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