using System

This commit is contained in:
neuecc 2023-04-24 19:19:32 +09:00
parent 2a7175daf7
commit 3f6cf71435

View File

@ -14,6 +14,8 @@ public partial class GroupedNativeMethodsGenerator : IIncrementalGenerator
context.RegisterPostInitializationOutput(ctx => context.RegisterPostInitializationOutput(ctx =>
{ {
ctx.AddSource("GroupedNativeMethodsGenerator.Attribute.cs", """ ctx.AddSource("GroupedNativeMethodsGenerator.Attribute.cs", """
using System;
namespace GroupedNativeMethodsGenerator namespace GroupedNativeMethodsGenerator
{ {
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]