Skip to content

[Blazor][Wasm] Disable built-in typescript target #18980

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

Closed
javiercn opened this issue Feb 12, 2020 · 3 comments
Closed

[Blazor][Wasm] Disable built-in typescript target #18980

javiercn opened this issue Feb 12, 2020 · 3 comments
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly
Milestone

Comments

@javiercn
Copy link
Member

After 679ed5d I started getting build errors due to the typescript SDK not being able to load one of the tasks.

Given that we don't use it and that the recommended way is to use the typescript package, I added the following property to disable the default logic
<EnableTypeScriptNuGetTarget>true</EnableTypeScriptNuGetTarget> to bypass this issue.

@javiercn javiercn added area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly labels Feb 12, 2020
@javiercn javiercn added this to the Next sprint planning milestone Feb 12, 2020
@javiercn
Copy link
Member Author

We can remove this once we get back into a stable train.

@mkArtakMSFT
Copy link
Contributor

@javiercn what will happen if we keep this as is? If nothing, let's move this to either Backlog or even close it.

@mkArtakMSFT
Copy link
Contributor

Ping @javiercn

@ghost ghost locked as resolved and limited conversation to collaborators Jun 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly
Projects
None yet
Development

No branches or pull requests

2 participants