97 packages tagged with “New”
The New Relic .NET Agent API supports custom error and metric reporting, custom transaction parameters, custom instrumentation of methods with attributes, and more. If the agent is not installed or is disabled, method invocations of this API will have no effect. You can find more information about the API at https://docs.newrelic.com/docs/apm/agents/net-agent/net-agent-api/guide-using-net-agent-api.
Automatically creates a NuGet package from your project each time it builds. The NuGet package is placed in the project's output directory. If you want to use a .nuspec file, place it in the same directory as the project's project file (e.g. .csproj, .vbproj, .fsproj). This adds a PostBuildScripts folder to your project to house the PowerShell script that is called from the project's Post-Build event to create the NuGet package. If it does not seem to be working, check the Visual Studio Output window for any errors that may have occurred.
Generates custom instrumentation configuration files for New Relic - see the project page for more information. If you want to mark up your assemblies, classes and methods to get fine-grained control, also add the NRConfig.Library NuGet package to your projects.
Mark up your assemblies, classes or methods using the [Instrument] attribute then run the nrconfig.exe tool (separate NuGet package) to generate a custom New Relic instrumentation XML file.
With this dotnet new Template you can add .gitignore to your project.
A .NET iOS library that binds the native New Relic iOS SDK. With NewRelic, you can collect crashes, network traffic, and other information for .NET MAUI iOS apps using native components.
With the New Relic .NET MAUI mobile plugin, your team can monitor the performance of .NET MAUI apps and identify code errors. The plugin collects crash data, network traffic, and other information for your apps using native components.
Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it. Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
A .NET Android library that binds the native New Relic Android SDK. With New Relic, you can collect crashes, network traffic, and other information for .NET MAUI Android apps using native components.
Extendable implementation of kestrel http server in dotnet core.
Mundipagg alternative sdk for dotnet applications
A dotnet-new template for Giraffe web applications.
"dotnet new" solution template to create a core console app based on the Cake build system.
Some diffrent helper tools for Umbraco Core
ASP.NET Core test framework for dotnet new project templates.
Templates for new projects based on best practices and personal opinions.
This library provides entities such as `User`, `Role`, `Permission`, and `Language`, and comes with built-in Dependency Injection features, Bearer Token management, JSON handling utilities, string conversion, and localization for multiple languages.
Generates custom instrumentation configuration files for New Relic - see the project page for more information. Mark up your assemblies, classes and methods to get fine-grained control using the [Instrument] attribute.
New Relic Tools for .NET is an unobtrusive New Relic logging-service, designed to run as a background task in ASP.NET, or Windows applications. It supports New Relic Insights, is fully asynchronous, proxy-aware, and consumes minimal resources.
A dotnet-new template for Botwin applications.
Easily organize and navigate content with ComponentOne TabControl™ for WPF.
Simple integration to Gensam GSPro
This package checks if there is an update available To start upload a text file like the following content on any web server: "1.0.0.0" Now if you want to change your newest version number just change your text file. If you want to change your current version number just change your assembly version. Now you can check for updates by doing the following: string URL = "http://example.com/Version.txt"; int CountofNumbers = 4; bool[] Results = RatzzUpdate.CheckforUpdate(URL,CountofNumbers); Result[0] shows if there is an update available Result[1] shows if there was any problem while checking for an update You can also show the current version or newest version as a text by doing this: string CurrentVersion = RatzzUpdate.GetCurrentVersion(CountofNumbers); string NewestVersion = RatzzUpdate.GetNewestVersion(URL,CountofNumbers); CountofNumbers is the amount of numbers you want to show. If you have any problems or feedback just contact me on jonas@ratzz.de
An Israel Transverse Mercator math transfrom
Prohibit using of new operators
Jabberwocky Extras New Relic for Sitecore
.NET Application templates like cross-platform app with onion architecture and iOS Extensions.
The ultimate fast alternative to Activator.CreateInstance<T> Up to 50x faster than Activator.CreateInstance<T> Generic Parameters Support Non-Public Constructor Support No Generic Constraints TryGetValue-like TryFastNew API Link Mode PublishTrimmed Support C# 8 Nullable Support C# 10 Parameterless struct constructors Support (Both invokes or not)
A class that does one thing: create instances of T in the fastest way possible. A higher performing drop-in replacement for `new T()` or `Activator.CreateInstance<T>()`
A cli tool helps you create new projects with a template.