alsi-lawr
alsi-lawr
## Is your feature request related to a problem? Please describe. When the specified OTLP endpoint is unreachable or otherwise incapable of receiving the request, it would be great to...
More of a convenience instead of rolling my own extension, it'd be nice to have a declarative TakeUntil in addition to TakeWhile that includes every element up to and including...
## What I've noticed that csharp-ls only supports projects with ```xml whatever ``` And not ```xml two; or more ``` The language server starts up, but I get no language...
## Dotnet 10 ```cs ExtractInterfaceOptionsResult GetExtractInterfaceOptions( Document document, ImmutableArray extractableMembers, string defaultInterfaceName, ImmutableArray conflictingTypeNames, string defaultNamespace, string generatedNameTypeParameterSuffix); ``` ## Dotnet 9 ```cs ExtractInterfaceOptionsResult GetExtractInterfaceOptions( ISyntaxFactsService syntaxFactsService, INotificationService notificationService, List...