Skip to content

Commit

Permalink
Generate attributes using nullable enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Nov 27, 2024
1 parent 3242a69 commit 8b2f069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SqlMarshal/Generator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ namespace SqlMarshal;
public class Generator : ISourceGenerator
{
private const string AttributeSource = @"// <auto-generated>
// Code generated by Stored Procedures Code Generator.
// Code generated by SqlMarshal Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>
#nullable disable
#nullable enable
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)]
internal sealed class SqlMarshalAttribute: System.Attribute
Expand Down

0 comments on commit 8b2f069

Please sign in to comment.