-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Produce AsyncAPI documents at build time #197
Comments
Check #187 |
@yurvon-screamo Not sure if #187 covers it given this task explicitly talks about csproj properties as a source of information and it is automatically occurs by msbuild as part of the build process. As such please re-open |
relates with #196, that tool can be used to generate the spec build time |
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 6, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
…-global-dotnet-tool' into asyncapi#197-Produce-AsyncAPI-documents-at-build-time # Conflicts: # src/AsyncAPI.Saunter.Generator.Cli/Commands/TofileInternal.cs
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
…with local nuget source
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
…d project to populate the local nuget source
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
… fix the build pipeline
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
…and example project
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 7, 2024
This was referenced Jul 8, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 8, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 11, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 11, 2024
…-global-dotnet-tool' into asyncapi#197-more-logging # Conflicts: # .github/workflows/ci.yaml # .gitignore # Saunter.sln # src/AsyncAPI.Saunter.Generator.Cli/Commands/TofileInternal.cs # src/AsyncAPI.Saunter.Generator.Cli/SwashbuckleImport/CommandRunner.cs # src/AsyncAPI.Saunter.Generator.Cli/readme.md # test/AsyncAPI.Saunter.Generator.Cli.Tests/AsyncAPI.Saunter.Generator.Cli.Tests.csproj # test/AsyncAPI.Saunter.Generator.Cli.Tests/IntegrationTests.cs # test/AsyncAPI.Saunter.Generator.Cli.Tests/PackAndInstallLocalTests.cs # test/Saunter.Tests/Generation/DocumentGeneratorTests/InterfaceAttributeTests.cs
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 13, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 13, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 13, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 13, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 13, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 13, 2024
…i#197-more-logging # Conflicts: # Saunter.sln # examples/StreetlightsAPI/StreetlightsAPI.csproj # src/AsyncAPI.Saunter.Generator.Cli/ToFile/ServiceProviderBuilder.cs # src/AsyncAPI.Saunter.Generator.Cli/readme.md # test/AsyncAPI.Saunter.Generator.Cli.Tests/AsyncAPI.Saunter.Generator.Cli.Tests.csproj # test/AsyncAPI.Saunter.Generator.Cli.Tests/IntegrationTests.cs
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 13, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 13, 2024
smoerijf
pushed a commit
to smoerijf/saunter
that referenced
this issue
Jul 13, 2024
…-global-dotnet-tool' into asyncapi#197-more-logging
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why do we need this improvement?
we should offer a dotnet tool distributed via Nuget which we call AsyncAPI.Saunter.Generation.Build as this tool enable documentation to be generated at build time.
How will this change help?
Allow for generation of documentation for worker services etc
How could it be implemented/designed?
🚧 Breaking changes
No
Additional info
N/a
The text was updated successfully, but these errors were encountered: