Skip to content

CODE RUB: Have Better Style For MD Files #122

Description

@Sharaf-Mansour

The current styling for documentation is not colorful enough

public class Startup
  {
        public Startup(IConfiguration configuration)
        {
            Configuration = configuration;
        }

        public IConfiguration Configuration { get; }

        private static void AddServices(IServiceCollection services)
        {
        }

        private static void AddBrokers(IServiceCollection services)
        {
        }
    }
   public class Startup
    {
        public Startup(IConfiguration configuration)
        {
            Configuration = configuration;
        }

        public IConfiguration Configuration { get; }

        private static void AddServices(IServiceCollection services)
        {
        }

        private static void AddBrokers(IServiceCollection services)
        {
        }
    }

I will open PR for this so you can focus on major upgrades and the core stuff. ♥

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions