Commit d071ddc
WIP: Use Arcade's NetCurrent (#16682)
* WIP: Use Arcade's NetCurrent
* WIP: Use Arcade's NetCurrent
* Ordering of property groups
* Build scripts?
* Typo
* Typo2
* Fix nuspec, please
* Updates to support VMR build
* Only set tfm option if SourceBuildBootstrapTfm is set
* Fix ordering, set tfm before we account for building without arcade
* Add rest of test projects
* typos
* Trimming is isolated and can't use global TFM value
* Fix arcade interaction with our build props
---------
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
Co-authored-by: Petr <psfinaki@users.noreply.github.com>1 parent f78cb7b commit d071ddc
File tree
42 files changed
+172
-131
lines changed- buildtools
- AssemblyCheck
- checkpackages
- fslex
- fsyacc
- eng
- DumpPackageRoot
- fcs-samples/EditorService
- src
- Compiler
- Microsoft.FSharp.Compiler
- fsc/fscProject
- fsi/fsiProject
- tests
- EndToEndBuildTests/BasicProvider
- BasicProvider.DesignTime
- BasicProvider.Tests
- BasicProvider
- FSharp.Build.UnitTests
- FSharp.Compiler.ComponentTests
- FSharp.Compiler.Private.Scripting.UnitTests
- FSharp.Compiler.Service.Tests
- FSharp.Compiler.UnitTests
- FSharp.Core.UnitTests
- FSharp.Test.Utilities
- benchmarks
- CompiledCodeBenchmarks
- MicroPerf
- CS
- TaskPerf
- TaskPerfCSharp
- TaskPerf
- FCSBenchmarks
- BenchmarkComparison
- HistoricalBenchmark.Runner
- CompilerServiceBenchmarks
- FCSSourceFiles
- FSharp.Benchmarks.Common
- fsharp
- projects
- Sample_ConsoleApp_FileSystemTests
- Sample_ConsoleApp_net7
- Sample_Local_Compiler_and_FSLib
- misc/SelfDefinedTailCallAttribute
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+172
-131
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
| 39 | + | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
39 | 62 | | |
40 | | - | |
41 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
42 | 67 | | |
43 | 68 | | |
44 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments