Content-Length: 378891 | pFad | http://github.com/coderserdar/WeatherStackNetCore/commit/0921942ced1a6b78eddd013807efd7cde643463d

64 Some code improvement from JetBrains Rider code inspection have been … · coderserdar/WeatherStackNetCore@0921942 · GitHub
Skip to content

Commit 0921942

Browse files
committed
Some code improvement from JetBrains Rider code inspection have been done
1 parent 5cc25d7 commit 0921942

File tree

13 files changed

+3
-5
lines changed

13 files changed

+3
-5
lines changed

SourceCode/WeatherStackNetCore.Tests/Controllers/BaseControllerTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
using Microsoft.Extensions.Configuration;
21
using Moq;
32
using WeatherStackNetCore.Controllers;
4-
using WeatherStackNetCore.Models;
53

64
namespace WeatherStackNetCore.Tests.Controllers;
75

Binary file not shown.
Binary file not shown.

SourceCode/WeatherStackNetCore/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
app.UseAuthorization();
2222

2323
app.MapControllerRoute(
24-
name: "default",
25-
pattern: "{controller=Home}/{action=Index}/{id?}");
24+
"default",
25+
"{controller=Home}/{action=Index}/{id?}");
2626

2727
app.Run();

SourceCode/WeatherStackNetCore/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
<script type="text/javascript" src="~/lib/jquery-validation/dist/additional-methods.min.js"></script>
9090
<script type="text/javascript" src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"></script>
9191
@* <script src="~/js/scripts.js" asp-append-version="true"></script> *@
92-
@await RenderSectionAsync("Scripts", required: false)
92+
@await RenderSectionAsync("Scripts", false)
9393
</body>
9494
</html>
Binary file not shown.

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/coderserdar/WeatherStackNetCore/commit/0921942ced1a6b78eddd013807efd7cde643463d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy