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

Support .Net C# projects using dotnet cli and nuget.org central repository. #62

Merged
merged 28 commits into from
Jul 2, 2021

Commits on Jan 22, 2021

  1. Start to develop dotnet

    navteniev committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    5c0ef62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfe4851 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    9f3e528 View commit details
    Browse the repository at this point in the history
  2. Adding info capabilities

    navteniev committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    5ea596d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5700d3d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    468bea0 View commit details
    Browse the repository at this point in the history
  2. implemented addPackages

    navteniev committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    29f5b7f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. implemented search

    navteniev committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5b32e4f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    9fbb7b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    4142787 View commit details
    Browse the repository at this point in the history
  2. added documentation

    navteniev committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    167f555 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2720eb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    737f66e View commit details
    Browse the repository at this point in the history
  5. added api doc link

    navteniev committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    ef88067 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Configuration menu
    Copy the full SHA
    11f96e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. fixed typo in error message

    navteniev committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    79b041a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e177e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    32f36f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Use query escape

    The query string comes directly from the command line and might contain characters that are not valid in query parameters.
    
    Co-authored-by: lhchavez <[email protected]>
    navteniev and lhchavez authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    6a0bf5f View commit details
    Browse the repository at this point in the history
  2. Include actual error in output

    Co-authored-by: lhchavez <[email protected]>
    navteniev and lhchavez authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    0f138d0 View commit details
    Browse the repository at this point in the history
  3. Use url.PathEscape with packageName

    PackageNames might contain characters that are not valid in URL path.
    
    Co-authored-by: lhchavez <[email protected]>
    navteniev and lhchavez authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    8acb944 View commit details
    Browse the repository at this point in the history
  4. Avoid time of check time of use race condition

    There is no guarantee that after you check for files existence that it will still be there when the code attempts to open it.  This way the check and open operation are done in a single call.
    
    Co-authored-by: lhchavez <[email protected]>
    navteniev and lhchavez authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    a313f9e View commit details
    Browse the repository at this point in the history
  5. Use appropriate documentation format

    Co-authored-by: lhchavez <[email protected]>
    navteniev and lhchavez authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    ad5059d View commit details
    Browse the repository at this point in the history
  6. Include actual error in output

    Co-authored-by: lhchavez <[email protected]>
    navteniev and lhchavez authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    ae02579 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97cbaa5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad08163 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de8e6b1 View commit details
    Browse the repository at this point in the history
  10. Include error in message

    navteniev committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    97eafaf View commit details
    Browse the repository at this point in the history