-
### Description
I think there is some issue with the Xamarin.Shapes Path Geometry. If I try to create a circle using only a Path Geometry (with a 360 degree arc), the center is offset. But if I u…
-
### Description
When an application has multiple pages in the shell menu and the user resizes the application window, only layout for the current page is updated. When the user returns to a diffe…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. .Try to scroll horizontally
**Expected results:** The SingleChildScrollView, or in fact, any Horizontally Scrollable Widget…
-
When you try to install PyNaCl using pip (with Python 3.11 which is native to Arm64 on Windows), pip tries to build PyNaCl from scratch which doesn't seem possible on most Windows systems given the de…
-
After creating feature file, Feature.cs file is not getting generated. We tried to Clean/Build the solution.
### SpecFlow Version:
- [x] 3.5
- [ ] 3.4
- [ ] 3.3
- [ ] 3.1
- [ ] 3.0
- [ ]…
-
Are the codes for the SDK being still being maintained?
They do not seem to compile on Visual Studio 2019 Community edition and it shows a lot of warnings/errors. It is year 2019 at the moment, do …
-
### Installed product versions
- Visual Studio: Visual Studio 2017 Community (15.9.6) / Visual Studio 2015 Enterprise (update 3)
- This extension: 1.4.90
- Angular CLI: 7.3.8
### Description
Wh…
-
## Report
- [x] I have searched [existing issues](https://github.com/3DStreamingToolkit/3DStreamingToolkit/issues) and this is not a duplicate.
## Environment
- Visual Studio Version:
Visual…
-
@patriksvensson Sorry to disturb you here, but I really can’t make progress (I’ve spent several days on this).
First, I installed rust (x86_64) on the Surface (the arm64 windows can run x86_64 prog…
-
Calling `HttpClient.GetAsync(url).Result` in a loop causes process memory to grow continuously:
```
Task.Run(() =>
{
var httpClient = new HttpClient();
httpClient.BaseAddress = …