C#C
C#6mo ago
Core

Source Generator - false positive errors in Rider

Hello,
A source generator initializes partial properties, but Rider shows them as if they were not initialized by the generator. However, the project builds and tests succeed using the CLI.

Could someone please open the project in an IDE and check if it shows errors as well?https://github.com/nandor23/UaDetector/tree/feature/source-gen
image.png
image.png
GitHub
A user-agent parser that identifies the browser, operating system, device, client, and even detects bots. - GitHub - nandor23/UaDetector at feature/source-gen
Was this page helpful?