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

[dotnet] Add support for implicit namespace imports. Fixes #12084. #12173

Merged

Commits on Jul 22, 2021

  1. [dotnet] Add support for implicit namespace imports. Fixes xamarin#12084

    .
    
    Also update our templates to remove any using statements for implicitly imported
    namespaces.
    
    Fixes xamarin#12084.
    rolfbjarne committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    17ee4c7 View commit details
    Browse the repository at this point in the history
  2. [monotouch-test] Fix compilation error due to implicit namespace caus…

    …ing type conflict.
    
    Fixes these errors:
    
        xamarin-macios/tests/monotouch-test/ImageIO/MutableImageMetadataTest.cs(54,54): error CS0104: 'CGImageProperties' is an ambiguous reference between 'CoreGraphics.CGImageProperties' and 'ImageIO.CGImageProperties'
        xamarin-macios/tests/monotouch-test/ImageIO/MutableImageMetadataTest.cs(54,88): error CS0104: 'CGImageProperties' is an ambiguous reference between 'CoreGraphics.CGImageProperties' and 'ImageIO.CGImageProperties'
        xamarin-macios/tests/monotouch-test/ImageIO/ImageMetadataTest.cs(40,54): error CS0104: 'CGImageProperties' is an ambiguous reference between 'CoreGraphics.CGImageProperties' and 'ImageIO.CGImageProperties'
        xamarin-macios/tests/monotouch-test/ImageIO/ImageMetadataTest.cs(40,88): error CS0104: 'CGImageProperties' is an ambiguous reference between 'CoreGraphics.CGImageProperties' and 'ImageIO.CGImageProperties'
    rolfbjarne committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    f7f6bd5 View commit details
    Browse the repository at this point in the history