This repository contains the foundational libraries that make up the .NET Core development stack.
Перейти к файлу
Jan Kotas 689284dc50 Fix inefficient interop in OSX FileSystemWatcher (#34715)
* Fix inefficient interop in OSX FileSystemWatcher

Avoid unnecessary array allocations in the FileSystemWatcher callback

* Add using for FSEventStreamEventFlags
2019-12-17 12:11:46 -05:00
Documentation Update download link for PerfView tool (#28822) 2018-04-04 12:24:49 -07:00
buildpipeline Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
cross Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
external Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
pkg Add WebAssembly build architecture (#28936) 2018-12-20 15:24:04 +01:00
src Fix inefficient interop in OSX FileSystemWatcher (#34715) 2019-12-17 12:11:46 -05:00
tools-local Add WebAssembly build architecture (#28936) 2018-12-20 15:24:04 +01:00
.editorconfig Change csharp_indent_labels from flush_left to one_less_than_current (#28121) 2018-03-16 18:40:03 -07:00
.gitattributes
.gitignore Fixes for System.Native import to Mono (#42) 2018-04-30 11:21:21 -04:00
.gitmirrorall
BuildToolsVersion.txt Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
CODE_OF_CONDUCT.md Include Code of Conduct in GitHub-recognised manner. (#25751) 2017-12-06 08:32:25 -05:00
CONTRIBUTING.md
CodeAnalysis.ruleset Revert "Scale back [Serializable] CoreFX types (#19742)" 2017-05-30 12:52:03 +02:00
DotnetCLIVersion.txt Move to 2.1 RC1 CLI 2018-05-01 11:37:26 -07:00
LICENSE.TXT
NuGet.config
PATENTS.TXT
Packaging.props Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
README.md Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
THIRD-PARTY-NOTICES.TXT Port Google Brotli C sources 2018-01-08 10:50:12 -08:00
build-managed.cmd
build-managed.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) 2018-01-22 09:19:49 -08:00
build-native.cmd
build-native.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) 2018-01-22 09:19:49 -08:00
build-packages.cmd
build-packages.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) 2018-01-22 09:19:49 -08:00
build-tests.cmd
build-tests.sh
build.cmd Add option to build.cmd/sh to build projects in a directory 2017-06-14 16:07:40 -07:00
build.proj Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
build.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) 2018-01-22 09:19:49 -08:00
buildvertical.targets Re-enable UAP builds (#27531) 2018-03-01 17:59:35 -08:00
clean.cmd Fix clean.cmd with no args (#25158) 2017-11-09 15:19:28 -08:00
clean.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) 2018-01-22 09:19:49 -08:00
config.json Add WebAssembly build architecture (#28936) 2018-12-20 15:24:04 +01:00
corefx.vssettings
dependencies.props Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
dir.props Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
dir.targets Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
dir.traversal.targets Add extra condition to Dumpling.targets import. 2017-06-06 12:58:50 -07:00
illink.targets Updates for ILLink integration. 2018-03-09 16:12:36 -08:00
init-tools.cmd Sync init-tools scripts with what is in source-build 2018-03-28 11:01:39 -07:00
init-tools.msbuild Publish symbols using Microsoft.SymbolUploader.Build.Task package 2018-03-12 18:20:11 -07:00
init-tools.sh Remove Alpine 3.6 builds 2018-04-25 13:06:43 -07:00
netci.groovy Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
perf.groovy Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
publish-packages.cmd
publish-packages.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) 2018-01-22 09:19:49 -08:00
referenceFromRuntime.targets Allow copy-local ReferenceFromRuntime 2017-09-12 08:30:27 -07:00
run-test.sh Merged with dotnet/release/2.2. 2018-12-13 08:36:58 -05:00
run.cmd Including pre-release versions of VS for builds (#25689) 2017-12-06 23:22:22 -05:00
run.sh Revert "Add temporary logging to help us trace down root cause for dotnet/coreclr#16063 (#26866)" (#26885) 2018-02-05 20:56:54 -08:00
sync.cmd
sync.sh replace $* with "$@" to properly preserve spaces in argumnents (#26404) 2018-01-22 09:19:49 -08:00

README.md

Mono fork of .NET Core Libraries (CoreFX)

Tracking https://github.com/dotnet/corefx/tree/release/2.2 branch