-
## File a bug
One of our customers want to query data using
```C#
https://localhost:7059/api/Consulente?PageNumber=1&PageSize=10&$expand=N_Consulente_Commessa
```
It works fine, we can get t…
xuzhg updated
2 years ago
-
Currently CS8602 (Dereference of possibly null reference) is triggered for nullable properties in linq expressions, even though no NRE possible when query is executed on DB side.
Example 1 (Linq)…
-
We've upgraded to EF Core 8.0.0 (from 7.0.8) and have started experiencing an issue with `Contains` in LINQ queries. This seems to be related to the [breaking change described here](https://learn.micr…
-
*Linq navigation fails to translate.*
### Assemblies affected
*OData .Net lib 8 preview 1 and 2*
### Reproduce steps
Using the trippin reference service the following linq query fails …
-
### Describe your issue
I have this issue in 6.0.0-preview.1. I did not have the issue in 5.4.1.
My query
```c#
var tenderIds = new List() { TenderId1, TenderId2 };
await _context.Tender.Wher…
-
There exists also https://github.com/jbevain/mono.linq.expressions
Maybe it will useful for you?
-
```fsharp
namespace WebApplication1
open System
open System.Collections.Generic
open System.IO
open System.Linq
open System.Threading.Tasks
open Microsoft.AspNetCore
open Microsoft.AspNetCor…
-
**Describe the bug**
When a search request sends Dbp1 in both the LociToScore and LociToExcludeFromAggregateScore fields, the search fails at the MatchPrediction stage. This message is found in appl…
-
- [x] Regular Linq Extension Method Coverage
- [x] Regular Linq Extension Method Tests
- [x] Parallel Linq Extension Method Coverage
- [x] Parallel Linq Extension Method Tests
- [x] SIMD Linq …
-
### Description
Az.Security v1.6.0, `Get-AzSecurityDetails` errors with `Object reference not set to an instance of an object.`, even though it successfully gets objects from Azure RM. This happens…