26 Commits

Author SHA1 Message Date
Colby Williams
f9fb116eab [FEAT]: Add support for Public Keys API (#2945)
* Add support for /mets/public_keys/<keyType>

* "files.insertFinalNewline": false

* revert and make setttings.json change csharp only

* formatting

* remove final new line

---------

Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
2024-12-27 14:05:00 -06:00
Henrik Andersson
63a4deae35 Add missing ID property to Milestone (#2007)
* Add Id property to Milestone model

* Exclude Riders workspace directory
2019-09-21 13:14:20 -03:00
Stanley Goldman
f70c402d78 Generate code coverage output with coverlet (#1866)
* add support for Codecov reporting on Windows
2019-09-17 09:49:44 -03:00
Ryan Gribble
ac49d2ad09 Migrate dotnetcore to vs2017 tooling (#1567)
* convert to VS2017

* rework cake.frosting build to latest cake vs2017 "template" example

* fix clean task and version suffix

* add arg to DotNetCorePack so it uses the correct version

* fix appveyor

* is there an easier way to test appveyor?

* ok travis, let's do this

* after reading the travis repo, this seems to be the version we want for vs201/csproj tool support

* msbuild complaining about arguments - we can use defaults anyhow so remove $@ from build.sh script

* add workaround for msbuild/travis, as mentioned on aspnet Mvc repo

* cmon travis

* perhaps tee isnt needed afterall

* travis permission denied when trying to install tools in build script... i feel dirty but need to see if sudo will fix it!

* could it be folder permissions of /build ?

* Try 777 for NuGet.exe permissions rather than 644

* remove windows platform restriction on GitVersion call

* Add a wrapper script for GitVersion on non windows

* fix wrapper script name

* add debug

* let's see if we are running the script at all!

* run mono gitversion direclty from travis.yml, for science

* see if we can run bin/sh and prepend an argument to our shell script

* remove echos from wrapper script

* Ensure full git repo include more than 50 commits and all tags are fetched, as GitVersion was failing on TravisCI

* only build netstandard framework on non windows

* revert overriding the target framework when building the solution

* Unix being case-sensitive, adjust app.config file name in csproj files

* set FrameworkPathOverride to point to different folders on macOS and Linux

* Remove NuGet.exe from the repo.

On Windows, it will be installed by the Frosting bootstrapper script.
On Unix/macOS, cake has smarts to look for mono- and Linux-specific executables

* tidy up GitVersion logic into a GitVersionRunner class

* apply workaround for osx dotnet restore "too many open files" errors

* update test project references to latest official versions

* doesnt seem to be a reason for overriding the implicit reference

* remove extra whitespace and unused namespace
2017-03-30 15:37:49 +10:00
Mickaël Derriey
3369a4aea1 Add a build task to validate LINQPad samples (#1551)
* add a build task to run LINQPad samples

* make modifications to the validation of LINQPad samples

* rename the CAKE task to its original name ValidateLINQPadSamples
* rename the LINQPad samples file so they get executed in ordinal order (1, 2, ..., 10 and not 1, 10, 2, ...)

* remove openssl linking in TravisCI when on macOS
2017-01-28 16:29:07 +10:00
Mickaël Derriey
13d5dab516 Port to .NET Core (#1503)
Port to .NET Core
2017-01-21 14:42:02 +10:00
Mickaël Derriey
cbc102adee adding .NET Core solution and projects 2016-09-12 20:06:50 +10:00
Mickaël Derriey
369adb2c1d rewrite LINQPad samples functionality in F#. fixes #1081 2016-09-01 18:15:28 +10:00
Brendan Forster
62453830b3 Merge branch 'master' into documentation 2016-01-27 11:06:16 +10:30
Brendan Forster
ecbf96b312 added new rule for VS local cache 2015-12-08 10:43:30 +10:30
Brendan Forster
ab018e8910 format the code in the script 2015-11-04 13:36:25 -08:00
Brendan Forster
7a706689e2 tweak ignore file 2015-11-02 17:10:16 -08:00
Brendan Forster
785138dfe7 bump gitignore 2015-10-28 19:37:36 -07:00
Brendan Forster
fae9fc0ab8 update gitignore to skip FAKE's temporary folder 2015-07-19 11:59:01 +09:30
Brendan Forster
0c4b3d86c2 upgrade test projects to xUnit 2.0 RTM 2015-03-17 17:21:55 +09:30
Micah
03e91195af Adds roslyn temporary files to the gitignore file. 2015-01-10 17:05:57 -08:00
Kristian Hellang
7732516888 Added *.GhostDoc.xml to .gitignore 💄 2015-01-04 17:40:47 +01:00
Brendan Forster
fd621098e0 eliminating a bunch of test noise 2014-12-22 21:28:02 +09:30
Brendan Forster
ae6b11d59f switch over to xunit.runners package from NuGet 2014-12-18 12:28:29 +09:30
Cameron Taggart
dcf6c427f5 add source indexing using SourceLink 2014-11-04 10:18:37 -08:00
Brandon Linton
4486213e1a Ignore NCrunch files 2013-11-02 23:25:38 -04:00
Steffen Forkmann
7c0b273047 Sound check - FAKE can be downloaded and is running with the buildWithFAKE.cmd. 2013-11-01 18:53:34 +01:00
Haacked
f732789b49 Update dependencies for Octokit.Reactive package 2013-10-30 17:46:11 -07:00
Paul Betts
01c2787e8a Initial commit of Xamarin.Android project 2013-10-30 16:50:06 -07:00
half-ogre
1bce2998e4 ignore CI test results 2013-09-27 12:56:55 -07:00
Tim Clem
0cbf4ab360 Initial commit, let's get this party started 2012-04-27 09:10:05 -07:00