Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Remove CLSCompliant attribute which causes compiler warnings. - #57

Merged
rolfbjarne merged 1 commit into
xamarin:masterfrom
rolfbjarne:cls-incompliant
Apr 27, 2020
Merged

Remove CLSCompliant attribute which causes compiler warnings.#57
rolfbjarne merged 1 commit into
xamarin:masterfrom
rolfbjarne:cls-incompliant

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

Fixes several compiler warnings:

TouchRunner/TouchRunner.cs(508,32): warning CS3001: Argument type 'UIWindow' is not CLS-compliant
TouchRunner/TouchRunner.cs(516,33): warning CS3003: Type of 'TouchRunner.NavigationController' is not CLS-compliant
TouchRunner/TouchRunner.cs(526,27): warning CS3002: Return type of 'TouchRunner.GetViewController()' is not CLS-compliant
TouchRunner/TouchOptions.cs(146,27): warning CS3002: Return type of 'TouchOptions.GetViewController()' is not CLS-compliant
TouchRunner/TouchViewController.cs(43,23): warning CS3009: 'TouchViewController': base type 'DialogViewController' is not CLS-compliant
TouchRunner/TouchViewController.cs(45,43): warning CS3001: Argument type 'RootElement' is not CLS-compliant

Fixes several compiler warnings:

    TouchRunner/TouchRunner.cs(508,32): warning CS3001: Argument type 'UIWindow' is not CLS-compliant
    TouchRunner/TouchRunner.cs(516,33): warning CS3003: Type of 'TouchRunner.NavigationController' is not CLS-compliant
    TouchRunner/TouchRunner.cs(526,27): warning CS3002: Return type of 'TouchRunner.GetViewController()' is not CLS-compliant
    TouchRunner/TouchOptions.cs(146,27): warning CS3002: Return type of 'TouchOptions.GetViewController()' is not CLS-compliant
    TouchRunner/TouchViewController.cs(43,23): warning CS3009: 'TouchViewController': base type 'DialogViewController' is not CLS-compliant
    TouchRunner/TouchViewController.cs(45,43): warning CS3001: Argument type 'RootElement' is not CLS-compliant
@rolfbjarne
rolfbjarne requested a review from spouliot April 27, 2020 15:00
@rolfbjarne
rolfbjarne merged commit 6a10d44 into xamarin:master Apr 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants