Stefan Pölz
Stefan Pölz
Could be solved with an Interceptor (C# only), which went GA in _.NET SDK 9.0.200_, so it requires _Roslyn 4.13.0_: `analyzers\dotnet\roslyn4.13\cs\compilerextension.dll` See https://github.com/dotnet/roslyn/blob/main/docs/features/interceptors.md. See also https://github.com/getsentry/sentry-dotnet/issues/4321#issuecomment-3380388724.
Brand new [Code Attributes](https://github.com/getsentry/sentry-docs/pull/15161).
Thanks for the request, @michaelmairegger. To be fair, taking a look at usage, `Quartz.NET` has roughly half of `Hangfire`: [NuGet Trends](https://nugettrends.com/packages?ids=Hangfire.Core&ids=Quartz&ids=Sentry.Hangfire&months=24) But if maintenance of `Sentry.Quartz` would be comparably low...
And also thanks for your intended contribution, @michaelmairegger. Much appreciated! Now me not being too experienced with `Quartz.NET`, would you mind linking your branch / fork, so that we can...
Amazing ... thank you very much! Before entering the PR-phase and getting down to the nitty-gritty, I got an architectural question, again, due to my lack of XP with `Quartz.NET`:...
Thanks. Do you know around what time (approximately) `Quartz 4` is scheduled to be released? Considering the breaking changes between v3 and v4 (including the dependency change you mentioned and...
- quartznet/quartznet#988
I believe we need to also update `./Directory.Build.props`. See https://github.com/getsentry/sentry-dotnet/pull/4591/files#diff-9da24614831c308827a1ae533ffea392c97638c261dd42bd0f5226baa136d16e Not sure if we can keep `VersionPrefix` as is. But I believe we should remove `VersionSuffix` again. What do you...
@slipdef Tested with latest (`v6.0.0`) on both `Sentry` and `Sentry.AspNetCore` (both MVC and Minimal APIs), but it works in all cases: The `Sentry.AspNetCore` case was fixed in `v5.6.0` (issue #4027,...