[PR #26] [MERGED] merge netstandard into main #741

Closed
opened 2025-12-29 08:33:22 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/26
Author: @StefH
Created: 4/26/2017
Status: Merged
Merged: 4/26/2017
Merged by: @StefH

Base: masterHead: _stef_netstandard


📝 Commits (8)

📊 Changes

106 files changed (+18082 additions, -24671 deletions)

View changed files

📝 README.md (+0 -3)
📝 WireMock.Net Solution.sln (+15 -1)
📝 appveyor.yml (+3 -1)
📝 coverage.xml (+14667 -22777)
examples/WireMock.Net.Console.NETCoreApp/Program.cs (+110 -0)
examples/WireMock.Net.Console.NETCoreApp/WireMock.Net.Console.NETCoreApp.csproj (+25 -0)
examples/WireMock.Net.Console.NETCoreApp/__admin/mappings/11111110-a633-40e8-a244-5cb80bc0ab66.json (+21 -0)
examples/WireMock.Net.ConsoleApp.netcore/Program.cs (+0 -44)
examples/WireMock.Net.ConsoleApp.netcore/Properties/AssemblyInfo.cs (+0 -19)
examples/WireMock.Net.ConsoleApp.netcore/WireMock.Net.ConsoleApp.xproj (+0 -21)
examples/WireMock.Net.ConsoleApp.netcore/project.json (+0 -19)
📝 examples/WireMock.Net.ConsoleApplication/App.config (+1 -1)
📝 examples/WireMock.Net.ConsoleApplication/Program.cs (+1 -0)
📝 examples/WireMock.Net.ConsoleApplication/WireMock.Net.ConsoleApplication.csproj (+8 -4)
📝 examples/WireMock.Net.ConsoleApplication/packages.config (+2 -1)
📝 report/WireMock.Net_BodyModel.htm (+1 -1)
📝 report/WireMock.Net_Check.htm (+146 -147)
📝 report/WireMock.Net_CookieModel.htm (+1 -1)
📝 report/WireMock.Net_CoreStrings.htm (+48 -49)
📝 report/WireMock.Net_DynamicResponseProvider.htm (+1 -1)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/26 **Author:** [@StefH](https://github.com/StefH) **Created:** 4/26/2017 **Status:** ✅ Merged **Merged:** 4/26/2017 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `_stef_netstandard` --- ### 📝 Commits (8) - [`32f293a`](https://github.com/wiremock/WireMock.Net/commit/32f293a903dae4e1f9db7b00e9f9221b91b457e2) #23 - [`fcbb13c`](https://github.com/wiremock/WireMock.Net/commit/fcbb13ca6715ab705de7a57ef79808d779ecc1a1) #23 "Newtonsoft.Json" Version="10.0.2" - [`ad5d9cc`](https://github.com/wiremock/WireMock.Net/commit/ad5d9cc558f923fde8a6f114e247ca2bbc4222f1) Merge branch 'master' into _stef_netstandard - [`f0b2426`](https://github.com/wiremock/WireMock.Net/commit/f0b2426e72d53105400eb035ce251f59d1ad1093) owin - [`ccd8d19`](https://github.com/wiremock/WireMock.Net/commit/ccd8d199c5bcf28f1e221eeb6aa8362c37d3096b) AspNetCore - [`3598c68`](https://github.com/wiremock/WireMock.Net/commit/3598c68d3a96feb8e4f774ec134b23ec4820b9eb) Fix appveyor build - [`6c9cec7`](https://github.com/wiremock/WireMock.Net/commit/6c9cec7172411f7ff27021a66325cfdef6d458b5) fix start/stop in untitests - [`386d8e3`](https://github.com/wiremock/WireMock.Net/commit/386d8e37ee466044f70cbe13198d2c0eb6eafa80) Merge branch '_stef_netstandard' of https://github.com/StefH/WireMock.Net into _stef_netstandard ### 📊 Changes **106 files changed** (+18082 additions, -24671 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+0 -3) 📝 `WireMock.Net Solution.sln` (+15 -1) 📝 `appveyor.yml` (+3 -1) 📝 `coverage.xml` (+14667 -22777) ➕ `examples/WireMock.Net.Console.NETCoreApp/Program.cs` (+110 -0) ➕ `examples/WireMock.Net.Console.NETCoreApp/WireMock.Net.Console.NETCoreApp.csproj` (+25 -0) ➕ `examples/WireMock.Net.Console.NETCoreApp/__admin/mappings/11111110-a633-40e8-a244-5cb80bc0ab66.json` (+21 -0) ➖ `examples/WireMock.Net.ConsoleApp.netcore/Program.cs` (+0 -44) ➖ `examples/WireMock.Net.ConsoleApp.netcore/Properties/AssemblyInfo.cs` (+0 -19) ➖ `examples/WireMock.Net.ConsoleApp.netcore/WireMock.Net.ConsoleApp.xproj` (+0 -21) ➖ `examples/WireMock.Net.ConsoleApp.netcore/project.json` (+0 -19) 📝 `examples/WireMock.Net.ConsoleApplication/App.config` (+1 -1) 📝 `examples/WireMock.Net.ConsoleApplication/Program.cs` (+1 -0) 📝 `examples/WireMock.Net.ConsoleApplication/WireMock.Net.ConsoleApplication.csproj` (+8 -4) 📝 `examples/WireMock.Net.ConsoleApplication/packages.config` (+2 -1) 📝 `report/WireMock.Net_BodyModel.htm` (+1 -1) 📝 `report/WireMock.Net_Check.htm` (+146 -147) 📝 `report/WireMock.Net_CookieModel.htm` (+1 -1) 📝 `report/WireMock.Net_CoreStrings.htm` (+48 -49) 📝 `report/WireMock.Net_DynamicResponseProvider.htm` (+1 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:33:22 +01:00
adam closed this issue 2025-12-29 08:33:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#741