Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-14Adding server code. Fixing IIS application deployment.Cristian Pop
2016-06-28Adding multi-machine scripts and unifying configuration.Cristian Pop
2016-05-20Update corefx build.cmd to emit msbuild.err and msbuild.wrn as well as ↵Dan Moseley
msbuild.log. These are useful as they will contain only errors and only warnings, respectively.
2016-04-18Only ignore tools dir in root.Stephen Bonikowsky
* In wcf we have a tools dir deeper in the dir structure which we don't want ignored. * Would prefer to make this simple change in the script than to rename the directory. * I couldn't find any 'tools' directories deeper in the corefx directory structure so I don't believe it has any impact on corefx.
2016-04-05Add *.VC.db to .gitignoreStephen Toub
After upgrading to Visual Studio 2015 Update 2, I'm seeing these files being added frequently.
2016-03-02Enabling cross building of native corefx for Ubuntu 14.04 ARM targetGeunsik Lim
Using the cross build process of coreclr, enable cross building of native corefx components for Ubuntu 14.04 ARM target. (e.g. u14.04$> ROOTFS_DIR=/work/dotnet/rootfs-corefx/arm \ ./build.sh native arm clean cross ) Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com> Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
2016-01-21Updating .gitignore file to ignore:Eric Erhardt
- opendb files created by Visual C++ - *.nuget.targets files created by NuGet
2016-01-11Updating Dev WorkflowJose Perez Rodriguez
[tfs-changeset: 1562939]
2015-12-10Change all project.json files to validate. Remove lockfiles from source ↵dagood
control and add to gitignore. A few new references to pick up changes that happened over time.
2015-10-06Porting System.Net.NetworkInformation and System.Net.Utility to GitHub.dotnet-bot
Completing #894
2015-08-27Remove sql/ from gitignoreNick Guerrera
There is no clear indication of why this folder is excluded (it's int the "others" section) and it is causing problems for SqlClient.
2015-05-22Lock dependencies to ensure we build against a predictable package versionEric St. John
This change adds the lock files to repo to ensure we build against a stable set of dependencies. To explicitly update dependencies use build.cmd /T:RestorePackages /P:LockDependencies=true and this will pick up the latest depenedencies. Existing projects adding new dependencies will automatically update the lock file incrementally. New projects should make sure to check their lock file in with locked set to true. [tfs-changeset: 1474296]
2015-05-05exclude Visual Studio 2015 `.vs` working directoryGeoffrey Huntley
"The .vs directory is the new location where per-user solution-specific items are saved. Previously there was no directory where this information could be placed, so the IDE kept adding files alongside the solution. It's finally a solution to a problem that's been here for a very long time." - @sharwell
2015-04-15Ignore project.lock.jsonEric StJohn
Currently project.lock.json doesn't support all the path conventions we are using in our packages, so we need to ignore it.
2015-01-31Update vim .gitignore to match the public vim.gitignore contents. The ↵Jeremy Barton
gitignore expression tester in git extensions suggests that it won't mask out any existing files.
2015-01-29Add vim swp files to the gitignore.Jeremy Barton
On a default windows LFN system and the *nix installs the swp file will be prefixed with a ., so the pattern takes that into account. It can be relaxed if it's found to be under-matching. This also only looks at the primary .swp, and doesn't encode the fallback logic (.swp => .swo => .swn => ... => .swa). If needed, it can be added later.
2014-11-20Update .gitignoreMort Yao
- MonoDevelop generated files.
2014-11-13Updated .gitignoreKristian Hellang
- Visual Studio temporary files, build- and test results - Files generated by popular Visual Studio extensions - Windows generated- and system files - Linux generated- and system files - OSX generated- and system files
2014-11-08Initial commitdotnet-bot
_ _ _____ _____ ____ _ _ | \ | | ____|_ _| | _ \ ___ ___| | _____| | | \| | _| | | | |_) / _ \ / __| |/ / __| | _| |\ | |___ | | | _ < (_) | (__| <\__ \_| (_)_| \_|_____| |_| |_| \_\___/ \___|_|\_\___(_)