-
The following code produces a `ClassCastException` at runtime:
```scala
object Test extends App {
sealed trait Node[+A]
case class L[C,D](f: C => D) extends Node[C => D]
def test[A,B](n:…
-
**Describe the bug**
We've recently upgraded Mapperly from version `4.0.0` to `4.1.0` and now we run into the following error in Rider:
`Partial method 'UpdateDataSheetCommand ToCommand(this UpdateD…
-
Consider the [`Thread.State` enum](https://developer.android.com/reference/java/lang/Thread.State):
```java
/* partial */ class Thread {
public static final /* partial */ enum State {
…
-
When inserting characters before a tab, the tab’s column position does not align as expected.
![image](https://github.com/AvaloniaUI/AvaloniaEdit/assets/42657386/9045af89-604a-446d-8606-6fc4fcaa3f2…
-
`ODataUrlValidationContext` `public sealed` class exposes a generic list:
```csharp
public List Messages { get; private set; }
```
https://github.com/OData/odata.net/blob/df4354fe83a9a4887cc3a…
-
**Version Used**:
15.8
**Steps to Reproduce**:
1. Enable XML documentation file generation
2. Create inheritable class `X` with virtual method `M`
3. Create class `Y : X` and override method `…
-
I think 33a78fd3dcdb60f1b498aba8f99a8d451655d83f might have broken something
``` csharp
class Record {
public Guid A;
public string B;
public string C;
public string D;
public strin…
-
### Apache NetBeans version
Apache NetBeans 21
### What happened
Seems using var in pattern matching when implementing Algebraic Data Type patterns results "_Exception in thread "main" java.l…
-
### Version
Latest 1.4.4-stable
### OS
Windows
### Platform
Steam
### This bug affects...
Mod capability as a Modder
### Description
`ModPlayer::DrawEffects`' `fullBright` p…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When using a functionApp to set up a SignalR connection with a frontend, we get a **SignalRCo…