Skip to content

Analyzer incompatibility with .NET SDK 8.0 (compiler version mismatch) #205

@PLDBurmester

Description

@PLDBurmester

During compilation, the following warning is raised:

[WRN] Compile: CSC : warning CS9057: The analyzer assembly "EntityFrameworkCore.Projectables.Generator.dll" references version "5.0.0.0" of the compiler, which is newer than the currently running version "4.11.0.0".

Context:
The issue appears to originate from the analyzer package:

entityframeworkcore.projectables.abstractions (version 6.0.3)

There is already a related fix mentioned here:
#204

However, the issue still occurs in our setup with .NET SDK 8.0.

Expected Behavior:
The project should compile without version mismatch warnings between the analyzer assembly and the compiler.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions