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

fix(dotnet/analyzer): remove dependency on Runtime #927

Merged
merged 5 commits into from
Nov 5, 2019

Commits on Oct 31, 2019

  1. fix(dotnet/analyzer): remove dependency on Runtime

    Remove the dependency from the Amazon.JSII.Analyzers package to the
    Amazon.JSII.Runtime package - as that dependency was not used and 
    turned out to be a source of problems.
    
    Also - pins the version of the runtimes to the exact version (this
    could later be extended to a range).
    RomainMuller committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    f22c9a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    b417705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e9c2da View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. fix test expectations

    RomainMuller committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    bc59e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d2ed53 View commit details
    Browse the repository at this point in the history