1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00
Experimenting with dotnet runtime.
Find a file
Fan Yang ede936d155
Refactor get_time_stamp_ns (#34536)
* Refactor get_time_stamp_ns

* Add place holder function for pc to make pc build pass

* Add missing header file

* Move all time functions to mono-time.c

* Make sampling_thread_running a global variable

* Pass void* to init, clean_up and get_time function to accormodate different clock ID types for different os, and move back profiler specific function

* Add static keyword for local helper function and fix a typo

* Change to platform-specific typedef approach

* Add missing header file for macOS

* Add missing header file for linux

* Change header file name

* Change header file name one more time

* Fix failures on macOS

* Update src/mono/mono/utils/mono-time.h

Co-Authored-By: Ryan Lucia <ryan@luciaonline.net>

Co-authored-by: Ryan Lucia <ryan@luciaonline.net>
2020-04-24 11:35:58 -04:00
.config [mono] iOS Test runner (#34976) 2020-04-17 15:55:41 +03:00
.github Remove mono/btls directory from source mirror (#34819) 2020-04-10 18:16:16 +02:00
docs Update unloadability doc based on recent changes 2020-04-24 14:56:29 +02:00
eng Removed unecessary download of mono product build. (#35287) 2020-04-24 10:36:54 -04:00
src Refactor get_time_stamp_ns (#34536) 2020-04-24 11:35:58 -04:00
tools-local Remove -stripsymbols option from build scripts (#34076) 2020-03-25 23:35:21 +01:00
.dockerignore Update NCL stress infra for live-live builds (#896) 2019-12-17 02:39:15 +02:00
.editorconfig Add vbproj to .editorconfig (#1354) 2020-01-07 08:39:01 -08:00
.gitattributes Update cmd and batch scripts to be crlf (#1336) 2020-01-06 16:02:52 -08:00
.gitignore Enable cross OS DBI build (#35021) 2020-04-17 15:58:26 -04:00
.vsconfig Initial runtime repository structure 2019-11-14 01:26:19 +01:00
build.cmd Implement building the repo for multiple configurations and architectures with a single command on Windows. (#33295) 2020-03-11 13:36:56 -07:00
Build.proj Enable restore for ref and src projects in libs (#33553) 2020-04-06 11:54:10 +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 Update CONTRIBUTING.md (#33054) 2020-03-02 19:29:10 +01:00
Directory.Build.props Fix installer signing after restore changes (#34707) 2020-04-08 20:02:08 -07:00
Directory.Build.targets Fix LangVersion for C# projects (#33868) 2020-03-21 11:03:25 -04: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 Use repo build script to restore internal tools (#34830) 2020-04-10 16:05:39 -07:00
LICENSE.TXT Initial runtime repository structure 2019-11-14 01:26:19 +01:00
NuGet.config Feed cleanup (#34044) 2020-04-07 10:01:44 -07:00
PATENTS.TXT Update repo link to dotnet/runtime (#1781) 2020-01-15 21:16:56 -05:00
README.md Update docs links to 3.1 (#35309) 2020-04-23 09:52:53 -04:00
SECURITY.md Adding new MSRC portal details (#32652) 2020-02-21 12:59:34 -05:00
THIRD-PARTY-NOTICES.TXT .NET Core to .NET branding changes (#33694) 2020-03-28 07:00:19 -07:00

.NET Runtime

Build Status Gitter

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.

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 forums

License

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