bUnit icon indicating copy to clipboard operation
bUnit copied to clipboard

Bunit Generators throw CS9270 in .net9

Open linkdotnet opened this issue 8 months ago • 2 comments

With a recent change, the InterceptsLocationAttribute is obsolete and shouldn't be used anymore. This leads to compiler errors on newer SDK version >= 9.0.200

Therefore we have to

  • [ ] Refactor our Stub-Generators (Interceptor-Version)
  • [ ] Drop them entirely as they don't see much traction

linkdotnet avatar Feb 21 '25 08:02 linkdotnet