-
https://rehansaeed.com/asp-net-mvc-boilerplate/
-
# Proposal: Add alternate tasks to compile and package XBF files
## Summary
One of the most important features in building a WinUI Desktop app is proper compilation of XAML files into XBF, and pac…
-
At some point, I'd like to move to RestEase 2. There are two main things want to achieve:
1. Make use of source generators
2. Make Json.NET optional
This issue is a brain dump, and a place to r…
-
This would be a killer feature. If you even made a layer for NW.js, that would be awesome.
Please [vote for this issue in our ideas portal](https://nativescript.ideas.aha.io/ideas/NS-I-35).
Plea…
pitaj updated
9 months ago
-
### Description
This:
```csharp
var memberships = await requestMemberOf.Request().GetAsync();
if (memberships is not null)
{
foreach (var entry in memberships)
{
if (entr…
-
### Description
Using the `FilePicker.PickMultipleAsync` seems to be very slow. I have a process where a user selects multiple files (which will later be parsed). The method to pick the files is …
-
-
The following code does not compile:
```cs
ReadOnlySpan span1 = GetSpan1();
ReadOnlySpan span2 = GetSpan2();
// below line results in compiler error
if (span1.SequenceEqual(span2))
{
/*…
-
Exact same issue as described in https://github.com/Azure/static-web-apps/issues/622
Tested on two different deployments on two different static web apps, one of deployments was green 4 days ago, o…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Only in Blazor Server RenderMode and when opening with IOS Safari:
After some time, th…