Skip to content

Commit

Permalink
Merge pull request #56 from prplecake/implicit-usings
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake committed Apr 17, 2023
2 parents 0d5d3c4 + 4f696d7 commit be4ec54
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using BookmarkSync.Core.Configuration;
using BookmarkSync.Core.Entities;
using BookmarkSync.Core.Entities.Config;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Net.Mime;
using BookmarkSync.Core;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Net.Mime;
using System.Text;
using System.Threading.Tasks;
using BookmarkSync.Core.Configuration;
using BookmarkSync.Core.Entities;
using BookmarkSync.Core.Interfaces;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Net.Http;
using System.Threading.Tasks;
using System.Web;
using BookmarkSync.Core.Configuration;
using BookmarkSync.Core.Entities;
Expand Down
3 changes: 0 additions & 3 deletions BookmarkSync.Infrastructure/Services/Mastodon/ApiClient.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Net.Mime;
using System.Threading.Tasks;
using BookmarkSync.Core;
using BookmarkSync.Core.Entities;
using BookmarkSync.Core.Entities.Config;
Expand Down

0 comments on commit be4ec54

Please sign in to comment.