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): use fully-qualified type names #651

Merged
merged 4 commits into from
Jul 30, 2019
Merged

Commits on Jul 26, 2019

  1. fix(dotnet): use fully-qualified type names

    Stop generating `using` statements for types referenced in a particular
    file, so as to avoid running into cases where a given type (leaf) name
    corresponds to a locally defined type as well as a dependent type, which
    breaks compilation as `dotnet` will resolve to the local type with
    higher priority than the  `using` type.
    
    Fixes #650
    RomainMuller committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    67fb1a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. fix tests

    RomainMuller committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    771c0cc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    51ebf40 View commit details
    Browse the repository at this point in the history
  2. Add some badges

    RomainMuller committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    cc81f54 View commit details
    Browse the repository at this point in the history