GuilhermeStracini/POC-react-dotnet-SplitUpload

View on GitHub
PocSplitUpload/Startup.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Configure has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public void Configure(IApplicationBuilder app, IHostingEnvironment env)
        {
            if (env.IsDevelopment())
            {
                app.UseDeveloperExceptionPage();
Severity: Minor
Found in PocSplitUpload/Startup.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status