Commit 0564fac
committed
[tests] enable One .NET tests for F#
Context: xamarin/Xamarin.Android.FSharp.ResourceProvider#6
Xamarin.Android.FSharp.ResourceProvider 1.0.1 is now built for
`netstandard2.0` and published to an internal feed.
We should be able to enable F# tests under a `dotnet` context now.
The `_RemoveLegacyDesigner` MSBuild target was running, when it
shouldn't be for F# projects and adding a `Resource.designer.cs`
`@(Compile)` item. I needed to add a `$(Language)` check.
One workaround is for:
dotnet/sdk#12954
We need to set `$(ProduceReferenceAssembly)` to `false` for .NET 5 F#
projects at the moment.1 parent 53ec311 commit 0564fac
5 files changed
Lines changed: 20 additions & 27 deletions
File tree
- build-tools/automation
- src/Xamarin.Android.Build.Tasks
- Tests
- Xamarin.Android.Build.Tests
- Xamarin.ProjectTools/Android
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 8 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
551 | | - | |
552 | 550 | | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | 551 | | |
560 | 552 | | |
561 | 553 | | |
562 | 554 | | |
563 | 555 | | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
564 | 559 | | |
565 | | - | |
| 560 | + | |
566 | 561 | | |
567 | 562 | | |
568 | 563 | | |
| |||
582 | 577 | | |
583 | 578 | | |
584 | 579 | | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | 580 | | |
596 | 581 | | |
597 | 582 | | |
598 | 583 | | |
599 | | - | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
600 | 588 | | |
601 | 589 | | |
602 | 590 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
430 | 430 | | |
431 | | - | |
432 | | - | |
| 431 | + | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| |||
0 commit comments