NLog - Advanced and Structured Logging for Various .NET Platforms
-
Updated
Nov 12, 2020 - C#
{{ message }}
NLog - Advanced and Structured Logging for Various .NET Platforms
An addictive .NET IoC container
PeachPie - the PHP compiler and runtime for .NET and .NET Core
Async/await first CQRS+ES and DDD framework for .NET
OSharp是一个基于.NetCore的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net Core 框架更易于应用到实际项目开发中。
Bridge between Lua and the .NET.
A cross-platform C# editor based on Roslyn and AvalonEdit
A home for your business logic in any .NET application.
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
Microsoft Build Accelerator
Cross platform Xamarin plugin to play and control Audio and Video
An extensible .NET replacement for String.Format
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
See #143 for example and Autofac documentation link.
Spring config server can be configured to have decryption of encrypted property values either at server side or client side.
https://cloud.spring.io/spring-cloud-config/reference/html/#_encryption_and_decryption
https://cloud.spring.io/spring-cloud-config/reference/html/#_serving_encrypted_properties
Steeltoe ConfigServer doesn't seems to support the client side decryption.
It would be
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
A .NET Standard 2.1 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders
Modern OpenGL bindings for C#.
EPPlus 5-Excel spreadsheets for .NET
C# has multiple types and ways of expressing a linear collection of finite data (that is, a type that contains n instances of some type T). Passing this collection to native code typically requires the user to contain it in an array, pin it, and acquire a pointer to the first element of the array.
Traditional P/Invoke allows a user to pass an array directly, and performs these operations un
A simple to use TCP and UDP networking library for .NET. Compatible with Unity.
Trady is a handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading. It is built based on .NET Standard 2.0.
When adding multiple rpc target classes, if multiple targets contain the same\similar method, the method in first target added is used (as documented). But I miss an option to disallow duplicates, as this is (in my case) always an error. Alternatives:
-Preferably a setting on JsonRpc itself that produce error when AddLocalRpcTarget is called
-A setting on JsonRpc itself that produce error during
a cqrs and event sourcing framework for dotnet core using akka.net
How can I remove the charset=utf-8 from the request header when using the SendQueryAsync?
I have tried setting the GraphQLHttpClientOptions.MediaType to "application/json" (wich I also think is the default, so it shouldn't be necessary), but I still keep getting the Content-type header of the request to : application/json; charset=utf-8, which is rejected by the service I'm requesting, it needs
A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN
Supported scenarios and unsupported scenarios are not well explained outside the example on the README.
Improve Documentation with more examples and explanations of what will/won't work.
Set up Github Pages site with great documentation
Improve & Update README
XML <summary> tags on classes & methods.
.NET standard bindings for DirectX, WIC, Direct2D1, XInput, XAudio and X3DAudio
Add a description, image, and links to the netstandard topic page so that developers can more easily learn about it.
To associate your repository with the netstandard topic, visit your repo's landing page and select "manage topics."
Improvement description
Extend the LegendExamples with one that first shows but then hides the legend.
Why? It took me a while to find the
IsLegendVisibleproperty.