mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-22 14:36:26 +00:00
using System
This commit is contained in:
parent
2a7175daf7
commit
3f6cf71435
@ -14,6 +14,8 @@ public partial class GroupedNativeMethodsGenerator : IIncrementalGenerator
|
||||
context.RegisterPostInitializationOutput(ctx =>
|
||||
{
|
||||
ctx.AddSource("GroupedNativeMethodsGenerator.Attribute.cs", """
|
||||
using System;
|
||||
|
||||
namespace GroupedNativeMethodsGenerator
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
|
||||
|
Loading…
Reference in New Issue
Block a user