Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
Nick Schonning 8411705f44 Spellcheck (#2085)
I ran https://github.com/EWSoftware/VSSpellChecker on the solution.

This is mostly just comment fixes in the unit tests, but the XSD changes might have an affect on the translations.

* Typo: Dependency

* Typo: Assemblies

* Typo: Doesn't

* Typo: Same

* Typo: Duplicate "the"

* Typo: Duplicate word "char"

* Typo: After

* Typo: Duplicate word "as"

* Typo: Because

* Typo: Chaining

* Typo: characters

* Typo: Duplicate word "Append"

* Typo: architecture

* Typo: assembly

* Typo: Because

* Typo: Buckets

* Typo: canonical

* Typo: choosing

* Typo: class name

* Typo: crash

* Typo: delimited

* Typo: dependent

* Typo: disabled

* Typo: deterministic

* Typo: escaped

* Typo: Event

* Typo: framework

* Typo: Duplicate word "the"

* Typo: Duplicate word "that"

* Typo: third

* Typo: The

* Typo: Throw

* Typo: through

* Typo: transformation

* Typo: invalid

* Typo: initialize

* Typo: Included

* Typo: Initialize

* Typo: implementation

* Typo: writable

* Typo: with

* Typo: wherever

* Typo: Duplicate word "when"

* Typo: warnings

* Typo: when

* Typo: versions

* Typo: Duplicate word "type"

* Typo: Duplicate word "three"

* Typo: delegate

* Typo: exception

* Typo: existence

* Typo: existent

* Typo: explicitly

* Typo: extension

* Typo: fictitious

* Typo: Duplicate word "for"

* Typo: generated

* Typo: going

* Typo: if

* Typo: Duplicate word "in"

* Typo: interpreted

* Typo: interpret

* Typo: Duplicate word "is"

* Typo: initialized

* Typo: items

* Typo: length

* Typo: Make sure

* Typo: manager

* Typo: manifest

* Typo: metadata

* Typo: mechanism

* Typo: Message

* Typo: metadata

* Typo: mutually

* Typo: Duplicate word "no"

* Typo: nonexistent

* Typo: nothing

* Typo: not

* Typo: occurring

* Typo: output

* Typo: outstanding

* Typo: overridden

* Typo: parameters

* Typo: project

* Typo: properties

* Typo: propagates

* Typo: reference

* Typo: regular

* Typo: be relative

* Typo: Separate

* Typo: Duplicate word "should"

* Typo: Should not

* Typo: signaled

* Typo: solvable

* Typo: specified

* Typo: specific

* Typo: succeed

* Typo: successfully

* Typo: during

* Typo: default targets

* Typo: doesn't

* Typo: Don't

* Typo: during

* Typo: equivalence

* Typo: figuring

* Typo: handle

* Typo: Duplicate word "has"

* Typo: irrelevant

* Typo: Duplicate word "many"

* Typo: nothing

* Typo: processed

* Typo: chain

* Typo: nonexistent

* Typo: qualifiers

* Typo: result is

* Typo: Returns

* Typo: success

* Typo: than
2017-05-10 12:37:58 -05:00
Andy Gerlicher 803d46910b Update System.Collections.Immutable to 1.2.1
Update to match change in Roslyn tools.
2017-01-06 17:51:12 -08:00
Mihai Codoban 280af22330 Disable some myget feeds
Their mirrors are timing out and the packages can be resolved from other feeds.
2016-04-06 16:02:28 -07:00
Daniel Plaisted 9877d363cf Add v2 NuGet feed because version of dotnet CLI currently being used isn't finding NuSpec.ReferenceGenerator otherwise.
Also update path in props file and add framework to project.json, as newer versions of dotnet CLI complain if it's not there.
2016-03-07 17:21:47 -08:00
Mihai Codoban 9b8595f5ce use dotnet.myget feed for available packages
It is supposedly faster
2016-02-24 15:23:30 -08:00
Val Menn 20eb146adf Fix some issues with OSX build
1. Remove some v2 sources from NuGet.Config
2. Update dnx package to rc2-16357 (the old package is no longer available)
3. Use 'ulimit -n 2500' to avoid 'Too many open files' error from dnx
4. Make sure mono compilers that come with the mono MSBuild bootstrap package have executable permission.
2016-01-27 11:59:03 -08:00
Rainer Sigwald d4c9dcbcea Update NuGet references to rc2-23712
This should enable us to run on Mac OS X by using a newly-available API.
This package is the latest available on myget minus a couple of revisions
to account for an already-fixed but not published CoreFX bug. A couple of
packages I manually bumped to the latest available to resolve build
errors.
2016-01-22 12:56:38 -06:00
Andy Gerlicher 9caa93b54a Sync NuGet package versions from nuget.org
Removed feeds for daily builds since they're not used as of this change.
2016-01-19 11:34:28 -08:00
Mihai Codoban 10c0c787dd Upgrade DNU with nightly build version
rc1-final did not work with OSX.
Switched to a nightly build version instead.
2015-11-30 17:21:17 -08:00
Daniel Plaisted 6a27b27507 Update NuGet.Config to restore packages to correct folder 2015-10-15 13:33:27 -07:00
Val Menn 43b190e964 Changes related to Linux-based build.
1. Moved most of the NuGet-related tasks into src/.nuget/packageLoad.targets
2. Since NuGet.exe cannot process solutions on Linux created an option
   to use dnu for project.json processing
3. Copy CoreRun to the output directory in Linux
4. Fixed a number of problems with test processes building NetCore
   configuration
5. Added a few generic functions to replace Window-specific ones
6. Updated some package versions

It still does not quite build on Linux because linux runtime cannot be
added project.json
2015-10-07 15:56:21 -07:00
Daniel Plaisted 1ea71faaa6 Update to use the v3 NuGet feed (which should be faster), and remove extra NuGet.Config file 2015-10-05 17:22:39 -07:00
Daniel Plaisted db069bf648 Add F5 debugging support for xunit tests on .NET Core 2015-09-25 13:29:54 -07:00
Daniel Plaisted 8631507fcc Port FrameworkLocationHelper to .NET Core 2015-08-19 18:03:39 -07:00