1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00
Experimenting with dotnet runtime.
Find a file
Larry Ewing 754014e711
[release/7.0-rc1] net7.0 + net6.0 workload multitargeting changes (#74018)
* WIP

* Update all the workload names to be net6 versions. This is needed in 7 but NOT in 6.
Dotnet workload install wasm-tools-net6 should install a different set of components than wasm-tools

* Add localization to net7 and correct localization for net6 to target that workload

* Update to 6.0.9 which should be the next version of emsdk.

* Update the net7 and net6 workloads to rename all sdk packs

* Use localize data from net7 project

* Fix typo

* Fix typo

* Update KnownRuntimePack mono versions without clearing them all

* Add net6.0 to description and fix up emscripten-net6 reference

* Fix emsdk version number

* depend on microsoft-net-sdk-emscripten-net7

* Fix missing .net7 renames

* Update WorkloadManifest.targets.in

Don't use **FromWorkload** for pack versions because it doesn't understand the name aliasing we have to use with runtime packs

* Update workload manifest to fix names

* Update the emscripten manifest dependencies

* Use full hash

* WIP: install workload combos for testing

* Update Versions.props

Use Pacjjag6.0.8 packages for the moment because they should be in dotnet-public

* Update emsdk dependencies to `7.0.0-rc.1.22418.3`

* Update emscripten to 7.0.0-rc.1.22418.6, and 6.0.4

* wip

* Fix conditions in WorkloadManifest.targets

* Fix up running WBT

* Fix build

HACK: to work around an incorrect condition in emscripten's
WorkloadManifest.targets which causes emscripten packs not to get
imported.

* Update WorkloadManifest.targets.in

* Update WorkloadManifest.targets.in

* Fix dotnet path references for workload testing

* InstallWorkloadFromArtifacts: don't delete the target path between different requests, clean up before starting

* Fix PackageVersionNet6=6.0.8

* WorkloadManifest.targets: rename some properties to be internal, and versioned

* More renames to fix builds

* Update Versions.props

* Fix up a condition in WorkloadManifest.targets

* Work around the import troubles

* Work around the import troubles

* Revert broken version check

* Use BrowserWorkloadDisabled which will be set in both cases

* Fix typos in WorkloadManifest.targets

* Wasm.Build.Tests: Workaround a msbuild bug causing mysterious failures

When running a fresh build with `dotnet build`, the first one works
fine. But all the subsequent builds fail with no info in the logs at
all.

```
 $ /workspaces/runtime/artifacts/bin/dotnet-net7/dotnet build
MSBuild version 17.4.0-preview-22413-01+f0a66ec43 for .NET

Build FAILED.
    0 Warning(s)
    0 Error(s)
```

And it seems to be related to msbuild nodes, so disable NodeReuse.

* cleanup

* Remove a bunch of stale logic from WBT

Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Co-authored-by: Marc Paine <marcpop@microsoft.com>
Co-authored-by: Ankit Jain <radical@gmail.com>
2022-08-22 00:02:46 -05:00
.config Update dependencies from https://github.com/dotnet/xharness build 20220811.1 (#73846) 2022-08-12 21:24:42 +02:00
.devcontainer Add the GitHub CLI to the Codespaces container (#72287) 2022-07-15 21:27:22 -04:00
.github Update fabricbot config per dotnet/fabricbot-config#59 (#73207) 2022-08-02 09:19:06 -07:00
docs [release/7.0-rc1] net7.0 + net6.0 workload multitargeting changes (#74018) 2022-08-22 00:02:46 -05:00
eng [release/7.0-rc1] net7.0 + net6.0 workload multitargeting changes (#74018) 2022-08-22 00:02:46 -05:00
src [release/7.0-rc1] net7.0 + net6.0 workload multitargeting changes (#74018) 2022-08-22 00:02:46 -05:00
.clang-format Move clang-format download into dotnet/runtime and add docs for setting up auto-formatting in the repository (#59374) 2021-09-23 14:34:00 -07:00
.dockerignore Fix stress-http and stress-ssl builds on Linux (#49706) 2021-03-17 11:49:39 +01:00
.editorconfig Update design and expose new attributes for the CustomTypeMarshaller support (#71682) 2022-07-06 09:35:51 -07:00
.gitattributes [wasm] deprecate legacy JS API and propose new (#73068) 2022-08-04 08:19:50 +02:00
.gitignore [wasm] deprecate legacy JS API and propose new (#73068) 2022-08-04 08:19:50 +02:00
.markdownlint.json Enable markdownlint rule (MD009) (#40887) 2021-02-08 10:43:40 -08:00
.vsconfig Removed two unused packages from .vsconfig (#60798) 2021-11-02 17:40:45 +01:00
build.cmd Print help for -? and /? cross-plat (#42396) 2020-09-24 14:27:24 +02:00
Build.proj React to MSBuild Traversal and NoTargets SDK updates (#52895) 2021-05-20 08:28:04 +02:00
build.sh Add windows support for build.sh (#94) 2019-11-18 16:41:36 +01:00
CODE-OF-CONDUCT.md Initial runtime repository structure 2019-11-14 01:26:19 +01:00
CONTRIBUTING.md Rename 'up-for-grabs' label to 'help wanted' (#73810) 2022-08-12 13:20:59 -06:00
Directory.Build.props [Android] Introduce NetTraceToMibcConverter task & streamline testing targets (#72394) 2022-08-04 13:02:13 -04:00
Directory.Build.targets Move DllImportGenerator to use DisableRuntimeMarshalling for its blittable classification (#64279) 2022-02-10 11:26:14 -08:00
Directory.Solution.props Fix solution restore in libraries (#38294) 2020-06-23 22:35:40 +02:00
dotnet.cmd Move dotnet.cmd/sh helper scripts into the repo root (#672) 2019-12-11 21:01:58 +01:00
dotnet.sh Move dotnet.cmd/sh helper scripts into the repo root (#672) 2019-12-11 21:01:58 +01:00
global.json [release/7.0] Update arcade to 7.0.0-beta.22418.4 (#74210) 2022-08-20 00:31:04 -07:00
LICENSE.TXT Revert "Update "LICENSE.txt" so that it's recognized as MIT" (#37626) 2020-06-08 22:22:27 -04:00
NuGet.config Update System.CommandLine from 2.0.0-beta3 to beta4 (#71916) 2022-07-11 05:15:54 -07:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md Rename 'up-for-grabs' label to 'help wanted' (#73810) 2022-08-12 13:20:59 -06:00
SECURITY.md Fix trailing whitespaces (#40891) 2020-08-19 17:29:01 -07:00
THIRD-PARTY-NOTICES.TXT Update zlib, zlib-intel dependencies (#73082) 2022-08-02 16:27:08 -07:00

.NET Runtime

Build Status Help Wanted Gitter Discord

This repo contains the code to build the .NET runtime, libraries and shared host (dotnet) installers for all supported platforms, as well as the sources to .NET runtime and libraries.

What is .NET?

Official Starting Page: https://dotnet.microsoft.com

How can I contribute?

We welcome contributions! Many people all over the world have helped make this project better.

  • Contributing explains what kinds of contributions we welcome

Reporting security issues and security bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.

Filing issues

This repo should contain issues that are tied to the runtime, the class libraries and frameworks, the installation of the dotnet binary (sometimes known as the muxer) and installation of the .NET runtime and libraries.

For other issues, please use the following repos:

.NET Foundation

.NET Runtime is a .NET Foundation project.

There are many .NET related projects on GitHub.

  • .NET home repo - links to 100s of .NET projects, from Microsoft and the community.
  • ASP.NET Core home - the best place to start learning about ASP.NET Core.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

General .NET OSS discussions: .NET Foundation Discussions

License

.NET (including the runtime repo) is licensed under the MIT license.