IPSLogger.v1 1.0.3

dotnet tool install --global IPSLogger.v1 --version 1.0.3                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local IPSLogger.v1 --version 1.0.3                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=IPSLogger.v1&version=1.0.3                
nuke :add-package IPSLogger.v1 --version 1.0.3                

This new capability is still in preview with support starting in .NET SDK 5.0.300 preview, NuGet 5.10 preview 2, and Visual Studio 16.10 preview 2. The easiest way to try this feature today is to install the latest .NET 6 preview or the latest Visual Studio preview.

Previously, we offered limited support for markdown documentation on NuGet.org. However, this experience required authors to paste a link to their README or paste their README contents on NuGet.org for each new package version. We heard from authors that this additional step took too much time and felt removed from the rest of the package creation and publishing process.

In the new experience, you add the README.md file the same way you would for any other embedded package file like an icon or license. This means:

You don’t have to go to NuGet.org just to add documentation to your package, you can do it with whichever tools you prefer to use to author NuGet packages. Once you set up your project file with a path to your README.md, the latest version of your README will be packed every time. Just set it and forget it! The README file is immutable and version-specific, so consumers can view the relevant README for older versions of the package too! Add a README to your package If you already have a README.md file, including it in your package is as easy as adding a couple lines to your project file for SDK-style projects or nuspec for non-SDK-style projects. If you are new to creating NuGet packages, we recommend going with an SDK-style project.

For the following examples, I am keeping my README.md file in a “docs” folder so its relative path to my project file is docs\README.md. You can also use a README file at the repository root or any other folder as long as you use adjust the relative path. Additionally, you can name the target file anything you would like, such as NuGet.md instead of README.md.

Example of JSON Data: var varlogData = new Dictionary<string, object> { ["b"] = new Dictionary<string, object> { ["c"] = "Division by zero", ["d"] = "C:\Bitnami\wampstack-8.0.14-0\apache2\htdocs\dhruv\laravel-vue\app\Http\Controllers\TestController.php", ["e"] = new List<object>(), ["f"] = 20, ["g"] = 0, ["h"] = "DivisionByZeroError" }, ["i"] = new Dictionary<string, object> { ["user_data"] = new Dictionary<string, object> { ["name"] = "John", ["id"] = 1 }, ["order_data"] = new Dictionary<string, object> { ["order_id"] = "001" } }, ["j"] = new Dictionary<string, object> { ["browser-name"] = "Google Chrome", ["browser-version"] = "100.0.4896.75", ["os"] = "windows", ["logger"] = "php", ["php-version"] = "8.0.14" }, ["m"] = "http://127.0.0.1:8000/api/test/addLog", ["n"] = "GET" };

var varpayload = new Dictionary<string, object> { ["vp"] = "PIab2a389adc4a0b2f972f3cb6cf946be4", ["vd"] = "DIf278a341b90c00c22f01492d637bdf2d", ["o"] = 5, ["a"] = JsonConvert.SerializeObject(varlogData), ["r"] = "0.0.0.0" };

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.3 22 1/24/2025
1.0.1 11 1/24/2025
1.0.0 36 1/22/2025

Initially created new nuget package file.