Minor comment on when to remove a workaround

This commit is contained in:
Jordan Dominion
2025-08-15 18:31:52 -04:00
parent f4471c4353
commit 8ae9b3c8d7
@@ -24,6 +24,7 @@
<Copy SkipUnchangedFiles="true" SourceFiles="../../artifacts/gitlab-api.graphql" DestinationFiles="schema.graphql" />
</Target>
<!-- This should be able to be removed with ChilliCream v16+ -->
<Target Name="FixWarningsInGeneratedSchema" AfterTargets="GenerateGraphQLCode">
<PropertyGroup>
<InputFile>$(IntermediateOutputPath)berry/GraphQLClient.Client.cs</InputFile>