The Wayback Machine - https://web.archive.org/web/20220409014833/https://github.com/topics/serilog
Skip to content
#

serilog

Here are 440 public repositories matching this topic...

Asp.Net Core 6 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 13, React 17, Vue 2.6), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR, Hosted Services, Health Checks, Security Headers, ...
  • Updated Mar 28, 2022
  • C#
rozbo
rozbo commented Feb 10, 2022

感谢开源,我fork后代码改的太多,就没法pr,这里给可能需要的人提供下效果的和思路。

我们想实现的效果是

也许,看到这里,你可能会嗤之以鼻,这个多简单,还用你啰嗦

 /// <summary>
    /// 删除图书
    /// </summary>
/// <remarks>
/// 描述测试 **markdown测试**
///<remarks>
 [HttpDelete("{id}")]
        [LinCmsAuthorize("删除图书", "图书",Desc = "描述测试 **markdown测试**")]
        public async Task<UnifyResponseDto> DeleteAs
documentation good first issue
Serilog.Exceptions
RehanSaeed
RehanSaeed commented Oct 19, 2021

Describe the feature

To avoid using reflection we can create custom destructurers for more exception types. ArgumentExceptionDestructurer is a good example for how to do this.

  • System.AggregateException
  • System.BadImageFormatException
  • System.Diagnostics.Contracts.ContractException
  • System.Globalization.CultureNotFoundException
  • System.IO.FileLoadException
enhancement help wanted good first issue

The Microservices Online Shop is an application with a modern software architecture that is cleanly designed and based on.NET lightweight technologies. The shop has two build variations. The first variant is the classic Microservices Architectural Style. The second one is with Dapr. Dapr has a comprehensive infrastructure for building highly decoupled Microservices; for this reason, I am using Dapr to achieve the noble goal of building a highly scalable application with clean architecture and clean code.
  • Updated Dec 25, 2020
  • C#

🔩 PoShLog is PowerShell cross-platform logging module. It allows you to log structured event data into console, file and much more places easily. It's built upon great C# logging library Serilog - https://serilog.net/
  • Updated Jul 2, 2021
  • PowerShell

This project is an Web API Open-Source Boilerplate Template that includes ASP.NET Core 5, Web API standards, clean n-tier architecture, GraphQL service, Redis, Mssql, Mongo databases and User Auditing (Identity) with a lot of best practices.
  • Updated Dec 4, 2021
  • C#

Improve this page

Add a description, image, and links to the serilog topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serilog topic, visit your repo's landing page and select "manage topics."

Learn more