-
The following issue was filed twice at Roslyn, dotnet/roslyn#7580 and dotnet/roslyn#275 where @gafter suggested that this optimization should be done by the JIT rather than by the C# compiler.
This i…
jods4 updated
3 years ago
-
Here is what to include in your request to make sure we implement a solution as quickly as possible.
## 1. Description
unable to cast result from SelectMany
## 2. Exception
Unable to cast the…
-
C# expression operators are a powerful tool within Bonsai, but there is almost no documentation available on their use. Including a searchable list of example expressions would be extremely helpful.
-
**Description**.
In the initial version of the application, the following functions must be implemented:
- The application is divided into several parts: core, client, server.
- The server an…
-
### Description
S3267 advises to use **LINQ To Objects** in loops, which is a sever performance penalty.
### Related information
The compliant code:
```csharp
foreach (var someValue in co…
-
**Description:**
I'm using Dotmim.Sync as a singleton service in a .NET MAUI app to handle data synchronization. The issue I’m experiencing is that synchronization works perfectly in Debug mode but…
-
I tried to implement the new ListObjectsEnumAsync function. But when I execute it, the code crashed and gives the following error:
```
An unhandled exception has occurred while executing the r…
-
**Version Used**:
- .NET 5.0
**Code to Reproduce**:
```csharp
public class TestUnusedVariable
{
public void TestUnusedVariableInTrySection()
{
try
…
-
When trying to access any of the pages used by the plugin (Attendance Overview, Record Headcounts, etc.) the follow error is returned:
```
NotSupportedException
in EntityFramework
Message
Th…
-
## 1. Description
When calling `SelectMany()` within a Dynamic LINQ expression for an `ICollection` property, an ArgumentException is thrown when executed on EF Core 7 LINQ to Entities. Note that it …