Skip to content

Package version drift across projects #74

Description

@YVbakker

Files: src/OpenApiSourceGenerator/OpenApiSourceGenerator.csproj, src/OpenApiSourceGenerator.Sample/OpenApiSourceGenerator.Sample.csproj, src/OpenApiSourceGenerator.Tests/OpenApiSourceGenerator.Tests.csproj

Microsoft.OpenApi / Microsoft.OpenApi.YamlReader versions are inconsistent:

  • Generator: 3.5.4 / 3.5.1
  • Sample: 3.5.4 / (no explicit YamlReader reference)
  • Tests: 3.3.1 / 3.3.1

Since the generator's parsing behavior depends on this library, testing against an older version than what's actually shipped is risky and could mask version-specific bugs.

Suggested fix: Adopt Central Package Management (Directory.Packages.props) to pin a single version of shared dependencies across all three projects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions