From 1823bc3aa353319892d2d4c7dc0c543b11b204ed Mon Sep 17 00:00:00 2001 From: Mike Voorhees Date: Tue, 22 Aug 2017 13:13:52 -0400 Subject: Sync up with NiceIO at https://github.com/lucasmeijer/NiceIO/commit/30c78865094183c4aebe9f2094faa4f4497a1fcd --- linker/Tests/Extensions/NiceIO.cs | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'linker') diff --git a/linker/Tests/Extensions/NiceIO.cs b/linker/Tests/Extensions/NiceIO.cs index 2bded17f1..69b6f30f4 100644 --- a/linker/Tests/Extensions/NiceIO.cs +++ b/linker/Tests/Extensions/NiceIO.cs @@ -1,4 +1,30 @@ -using System; +// The MIT License(MIT) +// ===================== +// +// Copyright © `2015-2017` `Lucas Meijer` +// +// Permission is hereby granted, free of charge, to any person +// obtaining a copy of this software and associated documentation +// files (the “Software”), to deal in the Software without +// restriction, including without limitation the rights to use, +// copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the +// Software is furnished to do so, subject to the following +// conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +// OTHER DEALINGS IN THE SOFTWARE. + +using System; using System.Collections.Generic; using System.IO; using System.Linq; @@ -283,6 +309,11 @@ namespace Mono.Linker.Tests.Extensions return sb.ToString(); } + public static implicit operator string(NPath path) + { + return path.ToString(); + } + static char Slash(SlashMode slashMode) { switch (slashMode) -- cgit v1.2.3