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

Fix invalid cast with end script tag containing code #193

Merged
merged 1 commit into from
Feb 7, 2019

Conversation

ajaybhargavb
Copy link
Contributor

[Fact]
public void Tags_DesignTime()
{
DesignTimeTest();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added a code gen test because the failure was at the IR level.

@ajaybhargavb ajaybhargavb changed the base branch from master to release/vs16.0-preview4 February 7, 2019 19:42
@ajaybhargavb ajaybhargavb force-pushed the ajbaaska/fix-script-tag branch from 97a1157 to 3175711 Compare February 7, 2019 22:51
@ajaybhargavb ajaybhargavb merged commit 56fa17b into release/vs16.0-preview4 Feb 7, 2019
@ajaybhargavb ajaybhargavb deleted the ajbaaska/fix-script-tag branch February 7, 2019 23:06
NTaylorMullen added a commit that referenced this pull request Sep 10, 2019
- One of the caveats with this approach is that you end up getting errors on components which are trying to bind event handlers. i.e. `<Counter onclick="@IncrementCount" />`. You get an error stating that you cannot convert a method delegate to object. This is because in non-component scenarios that line is understood as `__o = IncrementCount` where `IncrementCount` is a void returning method.
- Made the experimental language version round trippable once serialized.
- Added the Blazor ProjectEngine to the list of supported VSCode Razor project types.
- Noticed that our testapp projects were incorrectly inheriting our test package references (Xunit and the like).

#193
JunTaoLuo pushed a commit to dotnet/aspnetcore that referenced this pull request May 17, 2020
dougbu pushed a commit to dougbu/razor-compiler that referenced this pull request Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants