-
First - thanks so much for such a great free learning resource!
I'm a C# / .Net noob, so please take this worth a grain of salt. Entirely possible I missed something somewhere. However, I had to …
-
$expand nested $orderby multiple column result incorrect.
### Assemblies affected
OData WebApi lib 7.2.2, EntityframeworkCore 2.2.4 NetCore2.2
OData WebApi lib 7.3.0, EntityframeworkCore 3.…
-
## File a bug
When using the `Microsoft.EntityFrameworkCore.Cosmos` database provider, there is an issue with setting a model property's type as JArray. Attempting to do so results in the following e…
-
## Description
Error message is not that descriptive as it could be for a case when fixed size collection (Array) is used for a navigation property.
It'd be nice to be pointed to the problematic n…
-
On initial .sln load in VS2017, what is this warning and how to remove it?
Severity Code Description Project File Line Suppression State
Warning NU1603 Microsoft.Extensions.Primitives 2.0.0-previe…
-
- [ ] Выбор СУБД в замен SQL Server Express, поскольку она имеет ограничения(информация о сравнении версий SQL Server https://docs.microsoft.com/ru-ru/sql/sql-server/editions-and-components-of-sql-ser…
SID37 updated
5 years ago
-
The SqlServer provider never returns `null` for `bool?` expressions; instead it returns `false`.
An example program that showcases the bug is:
```C#
using System;
using System.Data;
using Sys…
-
Similar to #26209, but in this case conversion is _from non-null in the database to null in code_.
Note that this could be another reason not to convert nulls. I don't expect us to do anything abou…
-
### The issue
I am receiving the exception listed below on accessing mysql dbs. I have checked the db in both phpMyAdmin and MySQL Workbench and I can access the db with the specified user and passw…
-
Currently we have the problem, that paket adds an analyzer from a nuget package that we do not want (and that breaks our build). We need an option to not add the analyzers from a nuget package.