-
Hi Team,
I'm using Blazor Server Side with Ef Core for Data Access on a small project of mine.
I have an issue with my DbContext failing to retrieve data resulting in a null reference exception …
-
See initial proposal with extended comments here:
https://github.com/dotnet/runtime/pull/354/files
See proposal extension for `ReferenceResolver` on https://github.com/dotnet/runtime/issues/30820#…
-
With C# 8, developers will be able to express whether a given reference type can be null:
```C#
public void M(string? nullable, string notNull, IEnumerable nonNullCollectionOfPotentiallyNullEntrie…
-
### Describe the bug
This is going to be a tough one. If I run my PWA app in the latest RC1 framework + VS 16.8.0 Preview 3.0 and have it launch Chrome (85.0.4183.102 64 bit) then I get a NullReferen…
-
A few more contenders to throw into the ring!
- [@lume/element](http://github.com/lume/element) - Simple fast custom elements.
- [jquery](https://jquery.com/) - Yeah, jQuery. Let's get it in there…
-
Is there a way to use a generic template in state?
```
public class MyState
{
public IEnumerable Items { get }
.....
}
```
I tried it and ran into an issue with the Feature becau…
-
After cloning the solution and working through adding a new object linked to the database I thought the EF wiki could be updated. The changes are below. I replaced most of the bold with inline code ma…
-
`var ci = new CultureInfo("sv-SE") {DateTimeFormat = {ShortDatePattern = "yyyy-MM-dd"} };
app.UseRequestLocalization(
new RequestLocalizationOptions()
…
-
Hi,
Thanks for the awesome work!
I have not been able to open the attached database file for the FileManager control (FileManager.mdf).
Either using Visual Studio 2019 or SSMS, they both fail wit…
-
Hi,
I followed the instructions. When I test, I was able to login. However, I got conflicting results on the redirect:
1) LoginDisplay's @context.User.Identity.Name! I was able to get the correct val…