Skip to content

Improve resource for project compilation with coded reports #1828

Description

@ivan-h-ivanov
  • SRD uses the target framework(s) defined in the csproj file. In case that multiple target frameworks are listed, the last one takes precedence (is resolved). This is a limitation from MSBuild:
    For example, if you have: "net8.0;net9.0-windows", the assemblies from net9.0-windows are copied to srd and loaded and those from net8.0 are discarded.
  • If the resolved target framework of the build project is higher than the runtime used to run SRD, use rollforward latest major to load them
  • If this requirement is not met, there is a UI error

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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