Xiaodi Yan
Xiaodi Yan
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Add tab presenter for WPF and update Playground to demonstrate Original things from @benhysell @Happin3ss...
## Read and complete the full issue template Do not randomly delete sections. They are here for a reason. **Do you want to request a *feature* or report a *bug*?**...
Hi, there, not sure if it meets your acceptance criteria. I'm happy to update it if you have any feedback. Thanks.
#### Describe the bug After the build 2020 I update VS2019 to v16.6 then my dotnet try project cannot verify successfully. #### Did this error occur while using `dotnet try`...
Following the document to deploy the app on a local k8s with Docker Desktop, see the error below after logging in with the test account: > Failed to load resource:...
**Describe the bug** I'm running the chat-summary-webapp-react demo app but cannot save the settings. The first problem is that we need to rename `.env.example` as `.env`, which is not clear...
Not sure if you support Windows but I tried to run the `demo_part1.ipybn` in VS Code Jupyter then got an error:  I'm not very familiar with Python but I...
This doc [Bundling Extensions](https://code.visualstudio.com/api/working-with-extensions/bundling-extension#run-esbuild) shows an example of esbuild configuration. However, it uses `out/main.js` for the `--outfile` parameter. This may cause confusion because the other docs mainly uses `dist/extension.js`. I...
This is to fix the discrepancy of the bundle scripts. In other sections, e.g. `Using webpack`, the doc mainly uses `dist/extension.js` as the bundle file path. However, the script for...
I have a `.editorconfig` file in my project that specifies the charset as `utf-8` for all the files: ``` [*] charset = utf-8 ``` But `dotnet format` cannot change the...