-
It is necessary to implement threads, because in the majority of platforms that run Dart supports thread, such as Android, iOS, Windows, Linux, MacOS, * WebAssembly etc.
Many use cases where thread…
-
This is a grouping of related issues. Feel free to vote (👍) for this issue to indicate that this is an area that you think we should spend time on, but consider also voting for individual issues for t…
-
We provide a way to opt into interactivity on a per page or component level. When interactivity is enabled globally, there should similarly be a way to opt out of interactivity so that architectural c…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
The feature request is relate…
-
These implementations use direct DOM modification in the end user code. This means specific DOM updating code is written tailored for these specific tests.
Those implementation are expected to perf…
-
**Is your feature request related to a problem? Please describe.**
I'm using a custom identity provider and have the rolesSource set in the staticwebapp.config. Whenever a user logs in, a request…
-
I just seem to be going around in circles trying to adopt CSLA for web development using MVC.
No matter which branch I take in order to understand how to implement a half decent web interface using…
-
### Description
Hi Guys,
First of all, I know that netcore comes with a cooperative task cancellation by design.
Second, I checked these similar issues: [1](https://github.com/dotnet/runtime/is…
-
### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [61075fbe0d25668b4fa98aa80c2d6c004cf70afd](https://github.com/dotnet/runtime/commit/61075fbe0d25668b4fa98aa80c2d6c004c…
-
# Proposal: Add Input Validation Support with INotifyDataErrorInfo
## Summary
Add Input Validation Support with INotifyDataErrorInfo that is supported by x:Bind and Binding. Both Markup Extension…