-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Description
Issue Type: Bug
I use VS Code, and would like to use Blazor Webassembly, so i downloaded the latest Framework (I am developing on a Mac) and created a solution. My intention are to make a client that's calling a backend API. I succeeded in calling the API, but the response did not contain the http headers from my API. With Postman the headers are all there. So I tried borrowing a Windows 10 PC and generating the solution, but to my supprise, the solution would not build, something with missing *.json files. Ok, Then I tried using Visual Studio 2019 community, and created the solution from the default template, but it actually got worse, nothing seem to work. now i ask for an explanation, Is this a new standard from Microsoft, I have developed c++/c# solutions for 30 years, and never seen the like, are Blazor a hobby project or something that Microsoft want the community to take serius? / Niels
VS Code version: Code 1.47.3 (91899dc, 2020-07-23T13:12:49.994Z)
OS version: Windows_NT x64 10.0.14393
System Info
| Item | Value |
|---|---|
| CPUs | Intel(R) Pentium(R) CPU G840 @ 2.80GHz (2 x 2794) |
| GPU Status | 2d_canvas: enabled flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled multiple_raster_threads: disabled_off oop_rasterization: unavailable_off protected_video_decode: unavailable_off rasterization: unavailable_off skia_renderer: disabled_off_ok video_decode: enabled viz_display_compositor: enabled_on viz_hit_test_surface_layer: disabled_off_ok webgl: enabled webgl2: unavailable_off |
| Load (avg) | undefined |
| Memory (System) | 3.83GB (0.54GB free) |
| Process Argv | |
| Screen Reader | no |
| VM | 0% |
Extensions (9)
| Extension | Author (truncated) | Version |
|---|---|---|
| npm-intellisense | chr | 1.3.0 |
| vscode-npm-script | eg2 | 0.3.13 |
| vscode-npm | fkn | 3.3.0 |
| csharpextensions | jch | 1.3.1 |
| csharp | ms- | 1.22.1 |
| cpptools | ms- | 0.29.0 |
| qub-msbuild | qub | 0.6.3 |
| arduino-snippets | ron | 1.0.2 |
| vscode-arduino | vsc | 0.3.1 |