1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00
Experimenting with dotnet runtime.
Find a file
Michal Strehovský 8f148c54be Reduce confusion in vector layout algorithm (#1356)
We special case layouts of two kinds of vectors: `Vector<T>` and `Vector64/128/256<T>`. Each gets laid out a bit differently. When porting crossgen2 changes to CoreRT (I'm still on leave of absence), it felt odd that code handling vanilla Vector was added to a class responsible for the 64/128/256 variant.

Turns out this was forced by vector handling being really messy. This commit untangles it:

* Rename the class that handles `Vector<T>` so that the name doesn't conflict with the class that handles `Vector64/128/256` and require renaming to use. Use the same name as on the CoreRT side.
* Unnest the class and move the new method `IsVectorOfTType` there.
2020-01-07 08:37:10 -08:00
.config Libraries testing (#178) 2019-11-21 23:13:26 +01:00
.github Add back CODEOWNERS for Http2 shared code 2019-12-09 14:16:25 -08:00
docs Update LSRA document (#1181) 2020-01-07 08:30:13 -08:00
eng Fix typo: availabe -> available (#1324) 2020-01-06 10:29:28 -08:00
src Reduce confusion in vector layout algorithm (#1356) 2020-01-07 08:37:10 -08:00
tools-local Upgrade global.json to 5.0-alpha1 SDK (#445) 2019-12-05 18:23:07 +01:00
.dockerignore Update NCL stress infra for live-live builds (#896) 2019-12-17 02:39:15 +02:00
.editorconfig Initial runtime repository structure 2019-11-14 01:26:19 +01:00
.gitattributes Update cmd and batch scripts to be crlf (#1336) 2020-01-06 16:02:52 -08:00
.gitignore remote *_i.h blacklist from .gitignore (#975) 2019-12-17 13:11:13 +02:00
.vsconfig Initial runtime repository structure 2019-11-14 01:26:19 +01:00
build.cmd Fix .cmd scripts help arguments (#1131) 2019-12-23 17:55:31 -06: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 Add up for grabs links to coreFX and coreCLR (#881) 2019-12-26 15:30:25 -08:00
coreclr.cmd Fix .cmd scripts help arguments (#1131) 2019-12-23 17:55:31 -06:00
coreclr.sh Add convenience scripts coreclr.sh / cmd for local user workflow (#81) 2019-11-17 17:12:42 -08:00
Directory.Build.props Remove usage of TargetGroup where possible (#899) 2019-12-16 19:36:55 +01:00
Directory.Build.targets Local live-live builds (#494) 2019-12-13 10:30:58 -08: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 Update dependencies from https://github.com/dotnet/arcade build 20191217.1 (#1013) 2019-12-18 14:47:58 -06:00
installer.cmd Fix .cmd scripts help arguments (#1131) 2019-12-23 17:55:31 -06:00
installer.sh Initial runtime repository structure 2019-11-14 01:26:19 +01:00
libraries.cmd Fix .cmd scripts help arguments (#1131) 2019-12-23 17:55:31 -06:00
libraries.sh Initial runtime repository structure 2019-11-14 01:26:19 +01:00
LICENSE.TXT Initial runtime repository structure 2019-11-14 01:26:19 +01:00
NuGet.config Libraries testing (#178) 2019-11-21 23:13:26 +01:00
PATENTS.TXT Initial runtime repository structure 2019-11-14 01:26:19 +01:00
README.md Organize some markdowns and fix links (#1159) 2019-12-26 15:22:57 -08:00
SECURITY.md Initial runtime repository structure 2019-11-14 01:26:19 +01:00
THIRD-PARTY-NOTICES.TXT Add recently added entries for THIRD-PARTY-NOTICES (#54) 2019-11-14 16:44:46 -08:00

.NET Runtime

Build Status Gitter

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

What is .NET Core?

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.

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 Core runtime and libraries.

For other issues, please use the following repos:

Daily Builds

Platform Master Release/3.0.X Release/2.2.X Release/2.1.X
Windows (x64)
Installer (Checksum)
zip (Checksum)
NetHost (zip)
Symbols (zip)

Installer (Checksum)
zip (Checksum)
NetHost (zip)
Symbols (zip)

Installer (Checksum)
zip (Checksum)
Symbols (zip)

Installer (Checksum)
zip (Checksum)
Symbols (zip)
Windows (x86)
Installer (Checksum)
zip (Checksum)
NetHost (zip)
Symbols (zip)

Installer (Checksum)
zip (Checksum)
NetHost (zip)
Symbols (zip)

Installer (Checksum)
zip (Checksum)
Symbols (zip)

Installer (Checksum)
zip (Checksum)
Symbols (zip)
Windows (arm32)
zip (Checksum)
NetHost (zip)
Symbols (zip)

zip (Checksum)
NetHost (zip)
Symbols (zip)

zip (Checksum)
Symbols (zip)

zip (Checksum)
Symbols (zip)
Windows (arm64)
zip (Checksum)
NetHost (zip)
Symbols (zip)

zip (Checksum)
NetHost (zip)
Symbols (zip)

zip (Checksum)
Symbols (zip)

zip (Checksum)
Symbols (zip)
Mac OS X (x64)
Installer (Checksum)
tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)

Installer (Checksum)
tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)

Installer (Checksum)
tar.gz (Checksum)
Symbols (tar.gz)

Installer (Checksum)
tar.gz (Checksum)
Symbols (tar.gz)
Linux (x64) (for glibc based OS)
tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)

tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)

tar.gz (Checksum)
Symbols (tar.gz)

tar.gz (Checksum)
Symbols (tar.gz)
Linux (armhf) (for glibc based OS)
tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)

tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)

tar.gz (Checksum)
Symbols (tar.gz)

tar.gz (Checksum)
Symbols (tar.gz)
Linux (arm64) (for glibc based OS)
tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)

tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)

tar.gz (Checksum)
Symbols (tar.gz)

tar.gz (Checksum)
Symbols (tar.gz)
Ubuntu 14.04 (x64)
Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)
Ubuntu 16.04 (x64)
Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)
Ubuntu 18.04 (x64)
Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)
Ubuntu 19.04 (x64)
Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)
Debian 8.2 (x64)
Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)
Debian 9 (x64)
Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)
CentOS 7 (x64)
Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)
RHEL 6
tar.gz

tar.gz

tar.gz

tar.gz
RHEL 7.2 (x64)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)
Fedora 27 (x64)
Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)
SLES 12 (x64)
Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)
OpenSUSE 42 (x64)
Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)

Runtime-Deps (Checksum)
Host (Checksum)
Host FX Resolver (Checksum)
Shared Framework (Checksum)
Linux-musl (x64)
tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)

tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)

tar.gz (Checksum)
Symbols (tar.gz)

tar.gz (Checksum)
Symbols (tar.gz)
Linux-musl (arm64)
tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)

tar.gz (Checksum)
NetHost (tar.gz)
Symbols (tar.gz)
N/A N/A

Note: Our Linux packages (.deb and .rpm) are put together slightly differently than the Windows and Mac specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing these directly from the installer files (via dpkg or similar), then you'll need to install them in the order presented above.

.NET Foundation

.NET Core 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 forums

License

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