Giter Club home page Giter Club logo

fastlogr's People

Contributors

michaelhochriegl avatar

Stargazers

 avatar

Watchers

 avatar

fastlogr's Issues

Rework namespace of extension methods

Currently the namespace of the extensions is hardcoded, which can lead to problems. Best would be to use the same namespace the class where the LogMessage is defined in.

Add proper readme

Add a proper readme describing the purpose, installation and usage of the package.

Add generated and nullable

The generated code should have the default text that this is generated content.
It also should enable nullable.

Publish to Github nuget feed is broken

The publish of nightly packages to the Github nuget feed is broken right now.
Error reported:

{"error":"Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured."}

Add caching to the source gen

Currently the generator doesn't properly support caching, hence it generates too often even when there is no need to do so.
LogMessageToGenerate should be spiced up to be cache-able.

Add benchmarks

Add benchmarks comparing the following logging approaches:

  1. "Standard" logging using ILogger.LogInformation
  2. Logging using the manual coded high-performance logging with extension methods
  3. Logging using the MS source gen approach
  4. Logging using FastLogr

Rework CI/CD pipeline to push nigthly releases on `main` instead of `dev`

Currently the CI/CD pipeline pushes a nightly release once changes are merged to a develop branch. I think I will not use the dev branch at all and simply publish a nightly whenever somethings is merged to main.

Proper releases will still be pushed once a release on Github is created, so there is still a difference between nightly and proper pre/releases.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.