sid-6581

Results 12 issues of sid-6581

As seen here, several types are removed in npgsql 7: https://github.com/npgsql/npgsql/issues/4020 Currently, `NpgsqlProviderAdapter` has hardcoded dependencies on these types and throws an exception if they're not found in the `Npgsql`...

provider: postgresql

I have this seemingly very simple query that I would expect to never run if `id` is `0` or `undefined`, and most of the time it works. However, every now...

I often do something like `enumValue.Humanize(LetterCasing.Title)`, with the intention being that most enum value names can just be translated directly and don't need a description. I do want them to...

**Describe the bug** When using object initializer syntax, every member is initialized on the same line in a string like this: ```cs var target = new CarDto() {Prop1 = m.Prop1,...

enhancement

**Product and Version Used**: Rider 2021.3 EAP8 .NET 6 Roslynator.Analyzers 3.3.0-rc Roslynator.Formatting.Analyzers 1.2.2 **Steps to Reproduce**: Just loading .NET 6 projects using the two mentioned Roslynator packages in Rider 2021.3...

I've just started to use this project for some basic source generation tasks, and after a lot of trial and error I have it set up and working. All my...

### Did you check docs and existing issues? - [X] I have read all the neodev.nvim docs - [X] I have searched the existing issues of neodev.nvim - [X] I...

bug

I'm interested in trying this, but it's not available in the marketplace for the current Rider EAP. I could probably download the plugin and change the manifest and install it...

**Describe the bug** When pressing a keyboard shortcut to do a full screen search, a taskbar button is added and the other taskbar buttons silde left (on a taskbar with...

When `vue/max-attributes-per-line` reformats the line, the attributes end up completely unindented: ``` a(href="link" @click="click") ``` becomes: ``` a( href="link" @click="click") ``` when ideally it should be: ``` a( href="link" @click="click"...

enhancement