Browse Source

Update gitignore; NuGet package whitelist instead of blacklist

pull/222/head
Christoph Ruegg 12 years ago
parent
commit
9fc3d80f07
  1. 80
      .gitignore
  2. 6
      packages/.gitignore
  3. 22
      packages/FsUnit.1.2.1.0/FsUnit.1.2.1.0.nuspec
  4. 27
      packages/NUnit.2.6.3/NUnit.2.6.3.nuspec
  5. 10960
      packages/NUnit.2.6.3/lib/nunit.framework.xml
  6. 24
      packages/TaskParallelLibrary.1.0.2856.0/TaskParallelLibrary.1.0.2856.0.nuspec
  7. 19811
      packages/TaskParallelLibrary.1.0.2856.0/lib/Net35/System.Threading.xml

80
.gitignore

@ -1,32 +1,58 @@
output
bin
obj
out
temp/
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
.DS_Store
TestResults
Backup
.vagrant
_UpgradeReport*
_ReSharper*
coverage.*
TestResult.xml
UpgradeLog.htm
*.ReSharper
# Build Directories
bin/
obj/
out/
# User-specific Files
*.user
*.suo
*.Cache
*.cache
*.sln.docstates
*.userprefs
.vagrant/
# Test & Analysis Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.VisualState.xml
TestResult.xml
TestResults.xml
coverage.*
*.dotCover
*.psess
*.vsp
*.vspx
# Caches
_ReSharper*
*.[Rr]e[Ss]harper
*.ide/
*.[Cc]ache
*.ncb
*.marcus
*.bak
*.vsdoc
*.XML
*.so
*.sdf
*.aps
*.opensdf
*.userprefs
*.cachefile
# Upgrades
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
*.bak
# OS
$RECYCLE.BIN/
.DS_Store/
Thumbs.db
ehthumbs.db
Desktop.ini
# NuGet Packages
# NOTE: we do NOT use package restore in the core projects, but do use it with FAKE builds.
packages/*
!packages/.gitattributes
!packages/repositories.config
!packages/NUnit.*
!packages/FsUnit.*
!packages/TaskParallelLibrary.*
packages/NUnit.Runners.*

6
packages/.gitignore

@ -1,6 +0,0 @@
NUnit.Runners*
FAKE*
FSharp.Compiler.Service.*
FSharp.Formatting.*
Microsoft.AspNet.Razor.*
RazorEngine.*

22
packages/FsUnit.1.2.1.0/FsUnit.1.2.1.0.nuspec

@ -1,22 +0,0 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FsUnit</id>
<version>1.2.1.0</version>
<title>FsUnit</title>
<authors>Ray Vernagus and Daniel Mohl</authors>
<owners>Ray Vernagus and Daniel Mohl</owners>
<licenseUrl>http://fsunit.codeplex.com/license</licenseUrl>
<projectUrl>http://fsunit.codeplex.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FsUnit is a set of extensions that add special testing syntax to NUnit.</description>
<summary>The goals of FsUnit are to make unit-testing feel more functional while leverage existing testing frameworks.</summary>
<releaseNotes />
<copyright />
<language>en-US</language>
<tags>F# fsharp NUnit FsUnit</tags>
<dependencies>
<dependency id="NUnit" version="2.6.2" />
</dependencies>
</metadata>
</package>

27
packages/NUnit.2.6.3/NUnit.2.6.3.nuspec

@ -1,27 +0,0 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NUnit</id>
<version>2.6.3</version>
<title>NUnit</title>
<authors>Charlie Poole</authors>
<owners>Charlie Poole</owners>
<licenseUrl>http://nunit.org/nuget/license.html</licenseUrl>
<projectUrl>http://nunit.org/</projectUrl>
<iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests.
Version 2.6 is the seventh major release of this well-known and well-tested programming tool.
This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.</description>
<summary>NUnit is a unit-testing framework for all .Net languages with a strong TDD focus.</summary>
<releaseNotes>Version 2.6 is the seventh major release of NUnit.
Unlike earlier versions, this package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.
The nunit.mocks assembly is now provided by the NUnit.Mocks package. The pnunit.framework assembly is provided by the pNUnit package.</releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd framework fluent assert theory plugin addin</tags>
</metadata>
</package>

10960
packages/NUnit.2.6.3/lib/nunit.framework.xml

File diff suppressed because it is too large

24
packages/TaskParallelLibrary.1.0.2856.0/TaskParallelLibrary.1.0.2856.0.nuspec

@ -1,24 +0,0 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>TaskParallelLibrary</id>
<version>1.0.2856.0</version>
<title>Task Parallel Library for .NET 3.5</title>
<authors>Microsoft Corporation</authors>
<owners>Microsoft Corporation</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=186234</licenseUrl>
<projectUrl>http://msdn.microsoft.com/en-us/library/dd460717.aspx</projectUrl>
<iconUrl>http://i.msdn.microsoft.com/ee402630.NET_lg.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The package includes:
* Task&lt;T&gt; for executing asynchronous operations.
* Concurrent Collections such as ConcurrentStack, ConcurentQueue ad ConcurrentDictionary.
* PLINQ for writing parallel queries.
* additional Threading operations such as Barrier,SpinLock and SpinWait.</description>
<summary>A complete and official Microsoft backport of the Task Parallel Library (TPL) for .NET 3.5.</summary>
<releaseNotes>This backport was shipped with the Reactive Extensions (Rx) library up until v1.0.2856.0. It can be downloaded from http://www.microsoft.com/download/en/details.aspx?id=24940 .</releaseNotes>
<copyright />
<language />
<tags>tpl plinq pfx task parallel extensions .net35 backport</tags>
</metadata>
</package>

19811
packages/TaskParallelLibrary.1.0.2856.0/lib/Net35/System.Threading.xml

File diff suppressed because it is too large
Loading…
Cancel
Save