Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why Mindscape.Raygun4Net.AspNetCore needs Microsoft.AspNetCore.Http (.NET5) #453

Closed
Havunen opened this issue Aug 18, 2021 · 5 comments
Closed

Comments

@Havunen
Copy link
Contributor

Havunen commented Aug 18, 2021

Hi

We are targetting .NET 5 in our project and it seems Raygun AspNetCore wants old assemblies as its dependency

  "Mindscape.Raygun4Net.AspNetCore/6.5.0": {
    "dependencies": {
      "Microsoft.AspNetCore.Http": "1.1.2",
      "Microsoft.AspNetCore.Http.Extensions": "1.1.2",
      "Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.2",
      "Mindscape.Raygun4Net.NetCore.Common": "6.5.0"
    },

This causes warnings when building
Found conflicts between different versions of "Microsoft.AspNetCore.Http.Abstractions" that could not be resolved.

Is it possible to add .NET5 version of nuget or use some abstraction please?

@Havunen Havunen changed the title Why Mindscape.Raygun4Net.AspNetCore needs Microsoft.AspNetCore.Http Why Mindscape.Raygun4Net.AspNetCore needs Microsoft.AspNetCore.Http (.NET5) Aug 18, 2021
@Havunen
Copy link
Contributor Author

Havunen commented Aug 19, 2021

Hi,

@Deacon-McIntyre can you review this please, It seems I cannot assign reviews

@Deacon-McIntyre
Copy link
Contributor

Hi @Havunen, thanks for the report and PR. We will take a look 👍

@Havunen
Copy link
Contributor Author

Havunen commented Aug 21, 2021

Any news? Any chances getting those references excluded for .net5 they are causing issues for us

@Deacon-McIntyre
Copy link
Contributor

Hey @Havunen, we haven't forgotten about this! We'll let you know when have more updates.

@JasenPalmer
Copy link
Contributor

Fixed in PR #454 and released with PR #456

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants