Skip to content
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

#196 Publish a global dotnet tool (AsyncAPI.Saunter.Generator.Cli) #217

Open
wants to merge 37 commits into
base: main
Choose a base branch
from

Commits on Jul 6, 2024

  1. asyncapi#196 Publish a global dotnet tool

    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    6318f80 View commit details
    Browse the repository at this point in the history
  2. asyncapi#196 Publish a global dotnet tool -- Api/API casing fix

    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    2162d72 View commit details
    Browse the repository at this point in the history
  3. asyncapi#196 .NET8

    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    55895a2 View commit details
    Browse the repository at this point in the history
  4. asyncapi#196 .NET6

    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    6ba3409 View commit details
    Browse the repository at this point in the history
  5. asyncapi#196 I'd like .NET8 more, request both for ci

    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    74c9cff View commit details
    Browse the repository at this point in the history
  6. asyncapi#196 I'd like .NET8 more, request both for ci?

    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    cc5d952 View commit details
    Browse the repository at this point in the history
  7. asyncapi#196 Fixed resolving, added support for multiple asyncAPI doc…

    …uments, default all. Added support for env vars
    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    569a30a View commit details
    Browse the repository at this point in the history
  8. asyncapi#196 Test for dotnet cli tool, added support for default asyn…

    …capi document
    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    0419101 View commit details
    Browse the repository at this point in the history
  9. asyncapi#196 Pack_Install_Run_Uninstall Test

    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    b29a1ab View commit details
    Browse the repository at this point in the history
  10. asyncapi#196 Pack_Install_Run_Uninstall fix casing in test, add meta …

    …data to package
    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    12593dc View commit details
    Browse the repository at this point in the history
  11. asyncapi#196 fix accident

    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    93dc17e View commit details
    Browse the repository at this point in the history
  12. asyncapi#196 fix warnings, fix permission

    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    e701660 View commit details
    Browse the repository at this point in the history
  13. asyncapi#196 unix needs a shebang

    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d9b558c View commit details
    Browse the repository at this point in the history
  14. asyncapi#196 sourcelink properties

    Senn Geerts authored and Senn Geerts committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f0af6d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. asyncapi#196 renamed tool to make up a more logical name, fixed empty…

    … parameter handling
    Senn Geerts authored and Senn Geerts committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    1ebb77c View commit details
    Browse the repository at this point in the history
  2. asyncapi#196 fix readme error

    Senn Geerts authored and Senn Geerts committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    ba1e856 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge remote-tracking branch 'remotes/origin/main' into asyncapi#196-…

    …Publish-a-global-dotnet-tool
    
    # Conflicts:
    #	.github/workflows/ci.yaml
    #	Saunter.sln
    Senn Geerts authored and Senn Geerts committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    90dcff1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. asyncapi#196 Fixed formatting etc + some PR remarks

    Senn Geerts authored and Senn Geerts committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a746e4d View commit details
    Browse the repository at this point in the history
  2. asyncapi#196 Tool rewrite to make its components testable, removed Sw…

    …achbuckle copy/paste code
    Senn Geerts authored and Senn Geerts committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8e7a01f View commit details
    Browse the repository at this point in the history
  3. asyncapi#196 formatting

    Senn Geerts authored and Senn Geerts committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    240c9ed View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. asyncapi#196 add unitTests for tofile classes

    Senn Geerts authored and Senn Geerts committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    715a62d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. asyncapi#196 add unitTests for tofile

    Senn Geerts authored and Senn Geerts committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e181850 View commit details
    Browse the repository at this point in the history
  2. asyncapi#196-Publish-a-global-dotnet-tool

    Senn Geerts authored and Senn Geerts committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ab5b375 View commit details
    Browse the repository at this point in the history
  3. asyncapi#196 formatting

    Senn Geerts authored and Senn Geerts committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    183a4e8 View commit details
    Browse the repository at this point in the history
  4. asyncapi#196 ALL tests should run

    Senn Geerts authored and Senn Geerts committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8d2fd49 View commit details
    Browse the repository at this point in the history
  5. asyncapi#196 Tests use streetlights DLL in integegration tests, add d…

    …ependency
    Senn Geerts authored and Senn Geerts committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a9d544a View commit details
    Browse the repository at this point in the history
  6. asyncapi#196 release also the CLI tool

    Senn Geerts authored and Senn Geerts committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    72dc742 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. asyncapi#196 Add example project with top level statement, because th…

    …at failed to generate specs, fixed now.
    
    Added an external nuget dependancy to the example project (nlog) because that made spec generation fail, fixed now. And now also testing both .NET6 & .NET8
    Senn Geerts authored and Senn Geerts committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    7b22ce0 View commit details
    Browse the repository at this point in the history
  2. asyncapi#196 Ignore expected warning (ASP0014 needs asyncapi#173)

    Senn Geerts authored and Senn Geerts committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    ba8dd8e View commit details
    Browse the repository at this point in the history
  3. asyncapi#196 formatting and readme wording

    Senn Geerts authored and Senn Geerts committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    3d6c0ea View commit details
    Browse the repository at this point in the history
  4. asyncapi#196 ExitCode test problems

    Senn Geerts authored and Senn Geerts committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    8a4f5c6 View commit details
    Browse the repository at this point in the history
  5. asyncapi#196 ExitCode test problems -- the issue is a missing reference

    Senn Geerts authored and Senn Geerts committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    07b4273 View commit details
    Browse the repository at this point in the history
  6. asyncapi#196 GetStreamFor logging

    Senn Geerts authored and Senn Geerts committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    e846dd9 View commit details
    Browse the repository at this point in the history
  7. asyncapi#196 GetStreamFor try recreate directory?

    Senn Geerts authored and Senn Geerts committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    fc7cccd View commit details
    Browse the repository at this point in the history
  8. asyncapi#196 GetStreamFor try recreate directory??

    Senn Geerts authored and Senn Geerts committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    4f1064e View commit details
    Browse the repository at this point in the history
  9. asyncapi#196 permission issue?

    Senn Geerts authored and Senn Geerts committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    74260a8 View commit details
    Browse the repository at this point in the history
  10. asyncapi#196 cleanup csproj

    Senn Geerts authored and Senn Geerts committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    5fe8c6e View commit details
    Browse the repository at this point in the history