[PR #1137] [MERGED] Add link to TIOBE Index on main page + fix issues #1249

Closed
opened 2025-12-29 16:19:18 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1137
Author: @StefH
Created: 7/15/2024
Status: Merged
Merged: 7/18/2024
Merged by: @StefH

Base: masterHead: stef-tiobe


📝 Commits (10+)

📊 Changes

573 files changed (+1292 additions, -170 deletions)

View changed files

📝 .editorconfig (+5 -1)
📝 Directory.Build.props (+1 -1)
📝 README.md (+1 -0)
📝 WireMock.Net Solution.sln (+3 -0)
📝 WireMock.Net Solution.sln.DotSettings (+1 -0)
📝 examples/WireMock.Net.Client.Net472/Program.cs (+3 -1)
📝 examples/WireMock.Net.Client.Net472/Properties/AssemblyInfo.cs (+3 -1)
📝 examples/WireMock.Net.Console.GrpcClient/Program.cs (+2 -0)
📝 examples/WireMock.Net.Console.NET6.WithCertificate/Program.cs (+2 -0)
📝 examples/WireMock.Net.Console.NET7.UsingNuGet/Program.cs (+2 -0)
📝 examples/WireMock.Net.Console.NET8/__admin/mappings/1.cs (+2 -0)
📝 examples/WireMock.Net.Console.NETCoreApp/Program.cs (+2 -0)
📝 examples/WireMock.Net.Console.NETCoreApp3/__admin/mappings/1.cs (+2 -0)
📝 examples/WireMock.Net.Console.NETCoreApp3WithCertificate/Program.cs (+2 -0)
📝 examples/WireMock.Net.Console.Net452.Classic/CustomFileSystemFileHandler.cs (+2 -0)
📝 examples/WireMock.Net.Console.Net452.Classic/MainApp.cs (+2 -0)
📝 examples/WireMock.Net.Console.Net452.Classic/Program.cs (+2 -0)
📝 examples/WireMock.Net.Console.Net452.Classic/Properties/AssemblyInfo.cs (+3 -1)
📝 examples/WireMock.Net.Console.Net461.Classic/Properties/AssemblyInfo.cs (+3 -1)
📝 examples/WireMock.Net.Console.Net472.Classic/Properties/AssemblyInfo.cs (+3 -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/1137 **Author:** [@StefH](https://github.com/StefH) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/18/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-tiobe` --- ### 📝 Commits (10+) - [`0e5d96e`](https://github.com/wiremock/WireMock.Net/commit/0e5d96e95957ae79500b8d69270606b499c8e5cd) Add TIOBE + include SonarAnalyzer.CSharp - [`8061d5b`](https://github.com/wiremock/WireMock.Net/commit/8061d5b1751a999d03c4c67022f7ed877e3c85c5) . - [`8596477`](https://github.com/wiremock/WireMock.Net/commit/85964778370b011b44e0b0f5855a25cf85ec23fe) cp - [`61f9417`](https://github.com/wiremock/WireMock.Net/commit/61f94174ce111320c2e67916492850aacc601f23) Copyright © WireMock.Net - [`baee42f`](https://github.com/wiremock/WireMock.Net/commit/baee42f634e17db3c89692c49a9a53752ab4c20e) more fixes - [`f53449e`](https://github.com/wiremock/WireMock.Net/commit/f53449e9d0998d89059c75828034987e022c63cb) fix - [`3770cda`](https://github.com/wiremock/WireMock.Net/commit/3770cda2912fe49b8bbb374f5818ef9bfc7f6d1b) xpath - [`be6b07e`](https://github.com/wiremock/WireMock.Net/commit/be6b07efdc3b908331724885841cb0c9d4036c8e) if (Matchers == null || !Matchers.Any()) - [`95a21f9`](https://github.com/wiremock/WireMock.Net/commit/95a21f937a8e72be006a15a8f37c775be61e2707) if (Matchers != null) - [`fd00025`](https://github.com/wiremock/WireMock.Net/commit/fd00025030b773217a19c47c21b8229d50ee4242) ? ### 📊 Changes **573 files changed** (+1292 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+5 -1) 📝 `Directory.Build.props` (+1 -1) 📝 `README.md` (+1 -0) 📝 `WireMock.Net Solution.sln` (+3 -0) 📝 `WireMock.Net Solution.sln.DotSettings` (+1 -0) 📝 `examples/WireMock.Net.Client.Net472/Program.cs` (+3 -1) 📝 `examples/WireMock.Net.Client.Net472/Properties/AssemblyInfo.cs` (+3 -1) 📝 `examples/WireMock.Net.Console.GrpcClient/Program.cs` (+2 -0) 📝 `examples/WireMock.Net.Console.NET6.WithCertificate/Program.cs` (+2 -0) 📝 `examples/WireMock.Net.Console.NET7.UsingNuGet/Program.cs` (+2 -0) 📝 `examples/WireMock.Net.Console.NET8/__admin/mappings/1.cs` (+2 -0) 📝 `examples/WireMock.Net.Console.NETCoreApp/Program.cs` (+2 -0) 📝 `examples/WireMock.Net.Console.NETCoreApp3/__admin/mappings/1.cs` (+2 -0) 📝 `examples/WireMock.Net.Console.NETCoreApp3WithCertificate/Program.cs` (+2 -0) 📝 `examples/WireMock.Net.Console.Net452.Classic/CustomFileSystemFileHandler.cs` (+2 -0) 📝 `examples/WireMock.Net.Console.Net452.Classic/MainApp.cs` (+2 -0) 📝 `examples/WireMock.Net.Console.Net452.Classic/Program.cs` (+2 -0) 📝 `examples/WireMock.Net.Console.Net452.Classic/Properties/AssemblyInfo.cs` (+3 -1) 📝 `examples/WireMock.Net.Console.Net461.Classic/Properties/AssemblyInfo.cs` (+3 -1) 📝 `examples/WireMock.Net.Console.Net472.Classic/Properties/AssemblyInfo.cs` (+3 -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 16:19:18 +01:00
adam closed this issue 2025-12-29 16:19:18 +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-wiremock#1249