Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ref: enable nullable reference types
  • Loading branch information
Flash0ver committed Jul 9, 2025
commit 20ac32364d482ef0915e6035441716f72a4e92d7
3 changes: 3 additions & 0 deletions src/Sentry.SourceGenerators/BuildPropertySourceGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ public void Execute(GeneratorExecutionContext context)
// </auto-generated>

#if NET5_0_OR_GREATER

#nullable enable

namespace Sentry.Generated
{
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("{{GeneratedCodeText.Tool}}", "{{GeneratedCodeText.Version}}")]
Expand Down
Loading