You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial commit
* Update CHANGELOG.md
* Updates path refs
* Format code
* Package analyzer with sentry nuget
* add tests - having tooling issues lighting this up - trying in CI
* Format code
* Updates
* Format code
* code review fix
* Update Sentry.SourceGenerators.csproj
* Update for unit tests
* Fixes and name alignments
* Fix bad bot changes
* Add disable sentry changes per code review as well as unit tests for it
* Try to revert bad bot
* Format code
* Done
* Update CHANGELOG.md
Co-authored-by: Bruno Garcia <[email protected]>
* Update SentrySdk.cs
* Update slnf as stated in CI :|
* update verify tests
* Finally forced these to update
* Ensure source generator isn't included as reference
* Moving to its own project
* Update slnf
* Update solution filters
* Fixes - Skip tests on windows for now
* Update generate-solution-filters-config.yaml
* Update AotHelper.cs
---------
Co-authored-by: Sentry Github Bot <[email protected]>
Co-authored-by: James Crosswell <[email protected]>
Co-authored-by: Bruno Garcia <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
## Unreleased
4
4
5
+
### Features
6
+
7
+
- New source generator allows Sentry to see true build variables like PublishAot and PublishTrimmed to properly adapt checks in the Sentry SDK ([#4101](https://github.com/getsentry/sentry-dotnet/pull/4101))
5
8
### Dependencies
6
9
7
10
- Bump CLI from v2.43.1 to v2.44.0 ([#4169](https://github.com/getsentry/sentry-dotnet/pull/4169))
0 commit comments