diff --git a/.gitignore b/.gitignore index 72e6b8d5..d9845199 100644 --- a/.gitignore +++ b/.gitignore @@ -252,6 +252,7 @@ BenchmarkDotNet.Artifacts # Nuke.build files .nuke/build.schema.json +.nuke/temp # AI agents .claude/ \ No newline at end of file diff --git a/README.md b/README.md index a7f7f64d..aae986cc 100644 --- a/README.md +++ b/README.md @@ -624,7 +624,7 @@ If you wish to preserve these attributes in the build output, you can define the - + diff --git a/src/NetEscapades.EnumGenerators/NetEscapades.EnumGenerators.csproj b/src/NetEscapades.EnumGenerators/NetEscapades.EnumGenerators.csproj index d3b51e8f..eb18cac1 100644 --- a/src/NetEscapades.EnumGenerators/NetEscapades.EnumGenerators.csproj +++ b/src/NetEscapades.EnumGenerators/NetEscapades.EnumGenerators.csproj @@ -21,5 +21,6 @@ + \ No newline at end of file diff --git a/src/NetEscapades.EnumGenerators/NetEscapades.EnumGenerators.targets b/src/NetEscapades.EnumGenerators/NetEscapades.EnumGenerators.targets new file mode 100644 index 00000000..171b0dc7 --- /dev/null +++ b/src/NetEscapades.EnumGenerators/NetEscapades.EnumGenerators.targets @@ -0,0 +1,21 @@ + + + + + $(DefineConstants);NETESCAPADES_ENUMGENERATORS_USAGES + + + diff --git a/tests/NetEscapades.EnumGenerators.NetStandard.Interceptors.IntegrationTests/NetEscapades.EnumGenerators.NetStandard.Interceptors.IntegrationTests.csproj b/tests/NetEscapades.EnumGenerators.NetStandard.Interceptors.IntegrationTests/NetEscapades.EnumGenerators.NetStandard.Interceptors.IntegrationTests.csproj index a0cb6203..5986b681 100644 --- a/tests/NetEscapades.EnumGenerators.NetStandard.Interceptors.IntegrationTests/NetEscapades.EnumGenerators.NetStandard.Interceptors.IntegrationTests.csproj +++ b/tests/NetEscapades.EnumGenerators.NetStandard.Interceptors.IntegrationTests/NetEscapades.EnumGenerators.NetStandard.Interceptors.IntegrationTests.csproj @@ -30,6 +30,8 @@ OutputItemType="Analyzer" ReferenceOutputAssembly="true" /> + +