This repository was archived by the owner on Jan 10, 2025. It is now read-only.
Commit 6a10d44
authored
Remove CLSCompliant attribute which causes compiler warnings. (#57)
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-compliant1 parent 9db795d commit 6a10d44
File tree
3 files changed
+0
-5
lines changed- NUnitLite/TouchRunner
3 files changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
509 | 508 | | |
510 | 509 | | |
511 | 510 | | |
| |||
514 | 513 | | |
515 | 514 | | |
516 | 515 | | |
517 | | - | |
518 | 516 | | |
519 | 517 | | |
520 | 518 | | |
| |||
525 | 523 | | |
526 | 524 | | |
527 | 525 | | |
528 | | - | |
529 | 526 | | |
530 | 527 | | |
531 | 528 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
0 commit comments