166 packages tagged with “automatic”
OpenTelemetry Automatic Instrumentation package with all required components to enable automatic instrumentation.
Managed components used by the OpenTelemetry.AutoInstrumentation project.
ASP.NET Core Bootstrapper used by the OpenTelemetry.AutoInstrumentation project.
Loader used by the OpenTelemetry.AutoInstrumentation project.
StartupHook used by the OpenTelemetry.AutoInstrumentation project.
Native runtime components used by the OpenTelemetry.AutoInstrumentation project.
Build tasks used by the OpenTelemetry.AutoInstrumentation project.
Simple automatic (local) network discovery in C#
ASP.NET Core security middleware enabling Automatic authentication.
Automatic strong-name signing of referenced assemblies. Utility software to strong-name sign .NET assemblies, including assemblies you do not have the source code for. If you strong-name sign your own projects you may have noticed that if you reference an unsigned third party assembly you get an error similar to "Referenced assembly 'A.B.C' does not have a strong name". If you did not create this assembly, you can use this tool to sign the assembly with your own (or temporarily generated) strong-name key. The tool will also re-write the assembly references (as well as any InternalsVisibleTo references) to match the new signed versions of the assemblies you create.
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.
DiffSharp is a tensor library with support for differentiable programming. It is designed for use in machine learning, probabilistic programming, optimization and other domains. For documentation and installation instructions visit: https://diffsharp.github.io/
Orc.AutomaticSupport library.
Automatically force your ClickOnce app to update itself without prompting the user, making a less obtrusive end-user experience, and guaranteeing they are always using the latest version of the application. Adds a post-build event to the project to run a PowerShell script that updates the ClickOnce project's minimum required version in the .csproj/.vbproj file to the latest published version. Because the PowerShell script modifies the .csproj/.vbproj file outside of Visual Studio, the first time you do a build after publishing a new ClickOnce version, if you have any files from that project open you will be prompted to reload the project. In order to prevent this from closing your open tabs, I recommend installing Scott Hanselman’s Workspace Reloader Visual Studio extension. If it does not seem to be working or causes the build to fail, check the Output window for any errors that may have occurred.
Package for automatically configuring Steeltoe packages that have separately been added to a project.
Git tag/branch based, full-automatic version generator.
Provides services to manage and frame the data models layer of Data Modeler. This layer is used to define models of a database and ensure the data transport.
AutoFilter allows to generate LinqExpression by DTO and pass this expression to ORM for SQL generation and database filtration or compile expression to delegate for in-memory filtration
A build target that increments AssemblyInfo version as a SemVer pattern.
Telimena is a platform for automated application updates and monitoring application usage (telemetry). It allows on-premise management of a number of applications across a number of developer teams. This nuget is a client which needs to be added to an application in order to enable the monitoring and handle automatic updates..
DiffSharp is an automatic differentiation (AD) library. AD allows exact and efficient calculation of derivatives, by systematically invoking the chain rule of calculus at the elementary operator level during program execution. AD is different from numerical differentiation, which is prone to truncation and round-off errors, and symbolic differentiation, which is affected by expression swell and cannot fully handle algorithmic control flow. Using the DiffSharp library, derivative calculations (gradients, Hessians, Jacobians, directional derivatives, and matrix-free Hessian- and Jacobian-vector products) can be incorporated with minimal change into existing algorithms. Diffsharp supports nested forward and reverse AD up to any level, meaning that you can compute exact higher-order derivatives or differentiate functions that are internally making use of differentiation. Please see the API Overview page for a list of available operations. The library is under active development by Atılım Güneş Baydin and Barak A. Pearlmutter mainly for research applications in machine learning, as part of their work at the Brain and Computation Lab, Hamilton Institute, National University of Ireland Maynooth. DiffSharp is implemented in the F# language and can be used from C# and the other languages running on Mono or the .Net Framework, targeting the 64 bit platform. It is tested on Linux and Windows. We are working on interfaces/ports to other languages.
IoC wiring helper for setting up infrastructure components of a program.
Provides services to manage and frame the data context layer of Data Modeler. This layer is used to query a database and provides data through CRUD methods.
A light weight automatic application updater library for .net 2.0+. 一个适用于 .NET 2.0+ 的高度易用的自动更新客户端。 Please visit https://www.fishlee.net/soft/simple_autoupdater/ to get update package builder tool. 请访问 https://www.fishlee.net/soft/simple_autoupdater/ 获得更新包打包工具。
Provides services to manage and frame the data service layer of Data Modeler. This layer is used to query a data context and provides data through endpoint methods.
T4 Factories uses T4toolbox to automatically generate the source code for factory implementations and even contracts (if they don't exist already), based on a concrete class and a base interface. It allows easier use of the factory pattern for easier unit testing and refactoring.