Giter VIP home page Giter VIP logo

Comments (3)

bruno-garcia avatar bruno-garcia commented on July 27, 2024

Since your app is .NET Framework and so is Raven (multi targets), I'd suggest turning your Error tracking library into .NET Framework (or at least multi target).
There are many issues related to dependency resolutions when .NET Framework apps depend on .NET Standard libraries that microsoft finally advises everyone to always include a .NET Framework target if consumer is expected to be .NET Framework.

Ou new .NET SDK already multi targets (.NET Standard 2.0 and .NET Framework 4.6.1). Please consider moving to the new NuGet Package instead.

from raven-csharp.

ryno1234 avatar ryno1234 commented on July 27, 2024

Thanks @bruno-garcia. Do you have a link to to Microsoft's comment about this so I can read up on it?

Also, I think it would be beneficial to other's to know that they cannot simply build a .Net Standard library that uses Raven without multi-targeting. Perhaps something about this can be added to the docs.

from raven-csharp.

bruno-garcia avatar bruno-garcia commented on July 27, 2024

I'll point to you this: getsentry/sentry-dotnet#135 (comment) which will add some context from Sentry side and further into Microsoft.

Doing netfx -> ns -> netfx might work. But it might give you a headache. We tried avoid the multi targeting here until customers started hitting problems. The link above has some details.
I hope it helps.

from raven-csharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.