diff --git a/Directory.Build.props b/Directory.Build.props index 69756f48..6f794a9f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,4 +1,4 @@ - + true true diff --git a/Kyoo.Abstractions/Controllers/IApplication.cs b/Kyoo.Abstractions/Controllers/IApplication.cs index 393011a5..0d37386a 100644 --- a/Kyoo.Abstractions/Controllers/IApplication.cs +++ b/Kyoo.Abstractions/Controllers/IApplication.cs @@ -1,4 +1,4 @@ -namespace Kyoo.Abstractions.Controllers +namespace Kyoo.Abstractions.Controllers { /// /// An interface that allow one to interact with the host and shutdown or restart the app. diff --git a/Kyoo.Abstractions/Controllers/IMetadataProvider.cs b/Kyoo.Abstractions/Controllers/IMetadataProvider.cs index 73c0a974..db06cbb8 100644 --- a/Kyoo.Abstractions/Controllers/IMetadataProvider.cs +++ b/Kyoo.Abstractions/Controllers/IMetadataProvider.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading.Tasks; using JetBrains.Annotations; using Kyoo.Abstractions.Models; diff --git a/Kyoo.Abstractions/Controllers/IRepository.cs b/Kyoo.Abstractions/Controllers/IRepository.cs index eca3caca..f25eb6bb 100644 --- a/Kyoo.Abstractions/Controllers/IRepository.cs +++ b/Kyoo.Abstractions/Controllers/IRepository.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Runtime.InteropServices; diff --git a/Kyoo.Abstractions/Controllers/IThumbnailsManager.cs b/Kyoo.Abstractions/Controllers/IThumbnailsManager.cs index f7b24a35..e1b09a0d 100644 --- a/Kyoo.Abstractions/Controllers/IThumbnailsManager.cs +++ b/Kyoo.Abstractions/Controllers/IThumbnailsManager.cs @@ -1,4 +1,4 @@ -using System.Threading.Tasks; +using System.Threading.Tasks; using JetBrains.Annotations; using Kyoo.Abstractions.Models; diff --git a/Kyoo.Abstractions/Kyoo.Abstractions.csproj b/Kyoo.Abstractions/Kyoo.Abstractions.csproj index 2c7ac85d..60af7d84 100644 --- a/Kyoo.Abstractions/Kyoo.Abstractions.csproj +++ b/Kyoo.Abstractions/Kyoo.Abstractions.csproj @@ -1,4 +1,4 @@ - + net5.0 diff --git a/Kyoo.Abstractions/Models/Resources/Collection.cs b/Kyoo.Abstractions/Models/Resources/Collection.cs index 4472d57e..4496883e 100644 --- a/Kyoo.Abstractions/Models/Resources/Collection.cs +++ b/Kyoo.Abstractions/Models/Resources/Collection.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using Kyoo.Abstractions.Models.Attributes; diff --git a/Kyoo.Abstractions/Models/Resources/Episode.cs b/Kyoo.Abstractions/Models/Resources/Episode.cs index 11af8263..866bc86d 100644 --- a/Kyoo.Abstractions/Models/Resources/Episode.cs +++ b/Kyoo.Abstractions/Models/Resources/Episode.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text.RegularExpressions; using JetBrains.Annotations; diff --git a/Kyoo.Abstractions/Models/Resources/Genre.cs b/Kyoo.Abstractions/Models/Resources/Genre.cs index 62aeec6a..0fc6ef32 100644 --- a/Kyoo.Abstractions/Models/Resources/Genre.cs +++ b/Kyoo.Abstractions/Models/Resources/Genre.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using Kyoo.Abstractions.Models.Attributes; using Kyoo.Utils; diff --git a/Kyoo.Abstractions/Models/Resources/Library.cs b/Kyoo.Abstractions/Models/Resources/Library.cs index b3b7037c..1acfdb6a 100644 --- a/Kyoo.Abstractions/Models/Resources/Library.cs +++ b/Kyoo.Abstractions/Models/Resources/Library.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using Kyoo.Abstractions.Models.Attributes; namespace Kyoo.Abstractions.Models diff --git a/Kyoo.Abstractions/Models/Resources/People.cs b/Kyoo.Abstractions/Models/Resources/People.cs index 85ced0c6..9a2edb0c 100644 --- a/Kyoo.Abstractions/Models/Resources/People.cs +++ b/Kyoo.Abstractions/Models/Resources/People.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using Kyoo.Abstractions.Models.Attributes; diff --git a/Kyoo.Abstractions/Models/Resources/Show.cs b/Kyoo.Abstractions/Models/Resources/Show.cs index a46fa8fb..0b95ebbb 100644 --- a/Kyoo.Abstractions/Models/Resources/Show.cs +++ b/Kyoo.Abstractions/Models/Resources/Show.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using Kyoo.Abstractions.Controllers; using Kyoo.Abstractions.Models.Attributes; diff --git a/Kyoo.Abstractions/Models/Resources/Studio.cs b/Kyoo.Abstractions/Models/Resources/Studio.cs index 6edb8a28..85b551e4 100644 --- a/Kyoo.Abstractions/Models/Resources/Studio.cs +++ b/Kyoo.Abstractions/Models/Resources/Studio.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using Kyoo.Abstractions.Models.Attributes; using Kyoo.Utils; diff --git a/Kyoo.Abstractions/Models/Resources/Track.cs b/Kyoo.Abstractions/Models/Resources/Track.cs index 280f40e9..cabde09e 100644 --- a/Kyoo.Abstractions/Models/Resources/Track.cs +++ b/Kyoo.Abstractions/Models/Resources/Track.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; diff --git a/Kyoo.Abstractions/Models/SearchResult.cs b/Kyoo.Abstractions/Models/SearchResult.cs index b9b62040..405117a9 100644 --- a/Kyoo.Abstractions/Models/SearchResult.cs +++ b/Kyoo.Abstractions/Models/SearchResult.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; namespace Kyoo.Abstractions.Models { diff --git a/Kyoo.Abstractions/Models/WatchItem.cs b/Kyoo.Abstractions/Models/WatchItem.cs index 570ba17b..17be136f 100644 --- a/Kyoo.Abstractions/Models/WatchItem.cs +++ b/Kyoo.Abstractions/Models/WatchItem.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/Kyoo.Abstractions/Utility/Utility.cs b/Kyoo.Abstractions/Utility/Utility.cs index 7b9d1950..0b263dde 100644 --- a/Kyoo.Abstractions/Utility/Utility.cs +++ b/Kyoo.Abstractions/Utility/Utility.cs @@ -68,7 +68,7 @@ namespace Kyoo.Utils } /// - /// Slugify a string (Replace spaces by -, Uniformize accents é -> e) + /// Slugify a string (Replace spaces by -, Uniformize accents) /// /// The string to slugify /// The slug version of the given string diff --git a/Kyoo.Authentication/AuthenticationModule.cs b/Kyoo.Authentication/AuthenticationModule.cs index f05c10ac..50ffa9b2 100644 --- a/Kyoo.Authentication/AuthenticationModule.cs +++ b/Kyoo.Authentication/AuthenticationModule.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; diff --git a/Kyoo.Core/Application.cs b/Kyoo.Core/Application.cs index 5f4895d0..d8981e43 100644 --- a/Kyoo.Core/Application.cs +++ b/Kyoo.Core/Application.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Threading; diff --git a/Kyoo.Core/Controllers/LibraryManager.cs b/Kyoo.Core/Controllers/LibraryManager.cs index 374dac89..dadacd1d 100644 --- a/Kyoo.Core/Controllers/LibraryManager.cs +++ b/Kyoo.Core/Controllers/LibraryManager.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; diff --git a/Kyoo.Core/Controllers/ProviderComposite.cs b/Kyoo.Core/Controllers/ProviderComposite.cs index d804860f..d75584f6 100644 --- a/Kyoo.Core/Controllers/ProviderComposite.cs +++ b/Kyoo.Core/Controllers/ProviderComposite.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Kyoo.Core/Controllers/ThumbnailsManager.cs b/Kyoo.Core/Controllers/ThumbnailsManager.cs index 0f414d62..05de6bac 100644 --- a/Kyoo.Core/Controllers/ThumbnailsManager.cs +++ b/Kyoo.Core/Controllers/ThumbnailsManager.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Linq; using System.Threading.Tasks; @@ -18,6 +18,7 @@ namespace Kyoo.Core.Controllers /// The file manager used to download the image if the file is distant /// private readonly IFileSystem _files; + /// /// A logger to report errors. /// @@ -82,7 +83,7 @@ namespace Kyoo.Core.Controllers { string localPath = await _GetPrivateImagePath(item, id); if (alwaysDownload || !await _files.Exists(localPath)) - ret |= await _DownloadImage(image, localPath, $"The image n°{id} of {name}"); + ret |= await _DownloadImage(image, localPath, $"The image n {id} of {name}"); } return ret; diff --git a/Kyoo.Core/Kyoo.Core.csproj b/Kyoo.Core/Kyoo.Core.csproj index f01a160a..f77e1fbb 100644 --- a/Kyoo.Core/Kyoo.Core.csproj +++ b/Kyoo.Core/Kyoo.Core.csproj @@ -1,4 +1,4 @@ - + net5.0 diff --git a/Kyoo.Core/Tasks/Crawler.cs b/Kyoo.Core/Tasks/Crawler.cs index 186f2c7e..96f8576a 100644 --- a/Kyoo.Core/Tasks/Crawler.cs +++ b/Kyoo.Core/Tasks/Crawler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/Kyoo.Core/Views/CollectionApi.cs b/Kyoo.Core/Views/CollectionApi.cs index 3ad2ab08..e195ce48 100644 --- a/Kyoo.Core/Views/CollectionApi.cs +++ b/Kyoo.Core/Views/CollectionApi.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Mvc; diff --git a/Kyoo.Core/Views/EpisodeApi.cs b/Kyoo.Core/Views/EpisodeApi.cs index 086e21e4..941a9591 100644 --- a/Kyoo.Core/Views/EpisodeApi.cs +++ b/Kyoo.Core/Views/EpisodeApi.cs @@ -1,4 +1,4 @@ -using System; +using System; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Linq; diff --git a/Kyoo.Core/Views/Helper/CrudApi.cs b/Kyoo.Core/Views/Helper/CrudApi.cs index e8010d58..31ea394d 100644 --- a/Kyoo.Core/Views/Helper/CrudApi.cs +++ b/Kyoo.Core/Views/Helper/CrudApi.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Kyoo.Core/Views/LibraryApi.cs b/Kyoo.Core/Views/LibraryApi.cs index 454b8836..4289a512 100644 --- a/Kyoo.Core/Views/LibraryApi.cs +++ b/Kyoo.Core/Views/LibraryApi.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Kyoo.Core/Views/PeopleApi.cs b/Kyoo.Core/Views/PeopleApi.cs index 3fcd5932..508229fd 100644 --- a/Kyoo.Core/Views/PeopleApi.cs +++ b/Kyoo.Core/Views/PeopleApi.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Threading.Tasks; using Kyoo.Abstractions.Controllers; diff --git a/Kyoo.Core/Views/SearchApi.cs b/Kyoo.Core/Views/SearchApi.cs index 5138f3a1..ce65c861 100644 --- a/Kyoo.Core/Views/SearchApi.cs +++ b/Kyoo.Core/Views/SearchApi.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading.Tasks; using Kyoo.Abstractions.Controllers; using Kyoo.Abstractions.Models; diff --git a/Kyoo.Core/Views/ShowApi.cs b/Kyoo.Core/Views/ShowApi.cs index 7db85962..27323bd1 100644 --- a/Kyoo.Core/Views/ShowApi.cs +++ b/Kyoo.Core/Views/ShowApi.cs @@ -1,4 +1,4 @@ -using System; +using System; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.IO; diff --git a/Kyoo.Core/Views/SubtitleApi.cs b/Kyoo.Core/Views/SubtitleApi.cs index 3d6c0231..2d2fd772 100644 --- a/Kyoo.Core/Views/SubtitleApi.cs +++ b/Kyoo.Core/Views/SubtitleApi.cs @@ -1,4 +1,4 @@ -using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/Kyoo.Core/Views/TaskApi.cs b/Kyoo.Core/Views/TaskApi.cs index 8ccc8544..a1490714 100644 --- a/Kyoo.Core/Views/TaskApi.cs +++ b/Kyoo.Core/Views/TaskApi.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using Kyoo.Abstractions.Controllers; using Kyoo.Abstractions.Models.Exceptions; diff --git a/Kyoo.Core/Views/VideoApi.cs b/Kyoo.Core/Views/VideoApi.cs index fbaf605e..7c16ead1 100644 --- a/Kyoo.Core/Views/VideoApi.cs +++ b/Kyoo.Core/Views/VideoApi.cs @@ -1,4 +1,4 @@ -using System.IO; +using System.IO; using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; using Kyoo.Abstractions.Controllers; diff --git a/Kyoo.Core/Views/WatchApi.cs b/Kyoo.Core/Views/WatchApi.cs index f310c258..e6ba3a74 100644 --- a/Kyoo.Core/Views/WatchApi.cs +++ b/Kyoo.Core/Views/WatchApi.cs @@ -1,4 +1,4 @@ -using System.Threading.Tasks; +using System.Threading.Tasks; using Kyoo.Abstractions.Controllers; using Kyoo.Abstractions.Models; using Kyoo.Abstractions.Models.Exceptions; diff --git a/Kyoo.Host.Console/Properties/launchSettings.json b/Kyoo.Host.Console/Properties/launchSettings.json index 4f354cee..53ae9e22 100644 --- a/Kyoo.Host.Console/Properties/launchSettings.json +++ b/Kyoo.Host.Console/Properties/launchSettings.json @@ -1,4 +1,4 @@ -{ +{ "profiles": { "Console Host": { "commandName": "Project", diff --git a/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.csproj b/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.csproj index 3c9645d5..5c69b009 100644 --- a/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.csproj +++ b/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.csproj @@ -1,4 +1,4 @@ - + diff --git a/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.linux.target b/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.linux.target index e60b9c2a..82db79bc 100644 --- a/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.linux.target +++ b/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.linux.target @@ -1,4 +1,4 @@ - + diff --git a/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.target b/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.target index d0f97e34..1989bbdb 100644 --- a/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.target +++ b/Kyoo.Host.WindowsTrait/Kyoo.Host.WindowsTrait.target @@ -1,4 +1,4 @@ - + diff --git a/Kyoo.Host.WindowsTrait/SystemTrait.cs b/Kyoo.Host.WindowsTrait/SystemTrait.cs index 34708f86..bf0ea282 100644 --- a/Kyoo.Host.WindowsTrait/SystemTrait.cs +++ b/Kyoo.Host.WindowsTrait/SystemTrait.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Diagnostics; using System.Drawing; using System.IO; diff --git a/Kyoo.Host.WindowsTrait/kyoo.ico b/Kyoo.Host.WindowsTrait/kyoo.ico index 61e16024..8bfcd8c3 100644 Binary files a/Kyoo.Host.WindowsTrait/kyoo.ico and b/Kyoo.Host.WindowsTrait/kyoo.ico differ diff --git a/Kyoo.Postgresql/Migrations/20210801171613_Initial.Designer.cs b/Kyoo.Postgresql/Migrations/20210801171613_Initial.Designer.cs index 958d1951..0f7db480 100644 --- a/Kyoo.Postgresql/Migrations/20210801171613_Initial.Designer.cs +++ b/Kyoo.Postgresql/Migrations/20210801171613_Initial.Designer.cs @@ -1,4 +1,4 @@ -// +// using System; using System.Collections.Generic; using Kyoo.Abstractions.Models; diff --git a/Kyoo.Postgresql/Migrations/20210801171613_Initial.cs b/Kyoo.Postgresql/Migrations/20210801171613_Initial.cs index 377bbe91..f4b2850f 100644 --- a/Kyoo.Postgresql/Migrations/20210801171613_Initial.cs +++ b/Kyoo.Postgresql/Migrations/20210801171613_Initial.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using Kyoo.Abstractions.Models; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/Kyoo.Postgresql/Migrations/20210801171641_Triggers.Designer.cs b/Kyoo.Postgresql/Migrations/20210801171641_Triggers.Designer.cs index 02738ac0..51d369e9 100644 --- a/Kyoo.Postgresql/Migrations/20210801171641_Triggers.Designer.cs +++ b/Kyoo.Postgresql/Migrations/20210801171641_Triggers.Designer.cs @@ -1,4 +1,4 @@ -// +// using System; using System.Collections.Generic; using Kyoo.Abstractions.Models; diff --git a/Kyoo.Postgresql/Migrations/20210801171641_Triggers.cs b/Kyoo.Postgresql/Migrations/20210801171641_Triggers.cs index 6ea630e5..5d0de3e0 100644 --- a/Kyoo.Postgresql/Migrations/20210801171641_Triggers.cs +++ b/Kyoo.Postgresql/Migrations/20210801171641_Triggers.cs @@ -1,4 +1,4 @@ -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; namespace Kyoo.Postgresql.Migrations { diff --git a/Kyoo.Postgresql/Migrations/PostgresContextModelSnapshot.cs b/Kyoo.Postgresql/Migrations/PostgresContextModelSnapshot.cs index a3b33778..94f265f1 100644 --- a/Kyoo.Postgresql/Migrations/PostgresContextModelSnapshot.cs +++ b/Kyoo.Postgresql/Migrations/PostgresContextModelSnapshot.cs @@ -1,4 +1,4 @@ -// +// using System; using System.Collections.Generic; using Kyoo.Abstractions.Models; diff --git a/Kyoo.Postgresql/PostgresModule.cs b/Kyoo.Postgresql/PostgresModule.cs index aae459c0..ebda866c 100644 --- a/Kyoo.Postgresql/PostgresModule.cs +++ b/Kyoo.Postgresql/PostgresModule.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using Kyoo.Abstractions.Controllers; using Kyoo.Database; diff --git a/Kyoo.SqLite/Migrations/20210801171534_Initial.Designer.cs b/Kyoo.SqLite/Migrations/20210801171534_Initial.Designer.cs index 0443a20d..d01507a7 100644 --- a/Kyoo.SqLite/Migrations/20210801171534_Initial.Designer.cs +++ b/Kyoo.SqLite/Migrations/20210801171534_Initial.Designer.cs @@ -1,4 +1,4 @@ -// +// using System; using Kyoo.SqLite; using Microsoft.EntityFrameworkCore; diff --git a/Kyoo.SqLite/Migrations/20210801171534_Initial.cs b/Kyoo.SqLite/Migrations/20210801171534_Initial.cs index 70d605d6..0614bd09 100644 --- a/Kyoo.SqLite/Migrations/20210801171534_Initial.cs +++ b/Kyoo.SqLite/Migrations/20210801171534_Initial.cs @@ -1,4 +1,4 @@ -using System; +using System; using Microsoft.EntityFrameworkCore.Migrations; namespace Kyoo.SqLite.Migrations diff --git a/Kyoo.SqLite/Migrations/20210801171544_Triggers.Designer.cs b/Kyoo.SqLite/Migrations/20210801171544_Triggers.Designer.cs index 05c1c174..0ca18ed6 100644 --- a/Kyoo.SqLite/Migrations/20210801171544_Triggers.Designer.cs +++ b/Kyoo.SqLite/Migrations/20210801171544_Triggers.Designer.cs @@ -1,4 +1,4 @@ -// +// using System; using Kyoo.SqLite; using Microsoft.EntityFrameworkCore; diff --git a/Kyoo.SqLite/Migrations/20210801171544_Triggers.cs b/Kyoo.SqLite/Migrations/20210801171544_Triggers.cs index 4c57d4d2..1e57c4e1 100644 --- a/Kyoo.SqLite/Migrations/20210801171544_Triggers.cs +++ b/Kyoo.SqLite/Migrations/20210801171544_Triggers.cs @@ -1,4 +1,4 @@ -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; namespace Kyoo.SqLite.Migrations { diff --git a/Kyoo.SqLite/Migrations/SqLiteContextModelSnapshot.cs b/Kyoo.SqLite/Migrations/SqLiteContextModelSnapshot.cs index 50c96524..c70f4f42 100644 --- a/Kyoo.SqLite/Migrations/SqLiteContextModelSnapshot.cs +++ b/Kyoo.SqLite/Migrations/SqLiteContextModelSnapshot.cs @@ -1,4 +1,4 @@ -// +// using System; using Kyoo.SqLite; using Microsoft.EntityFrameworkCore; diff --git a/Kyoo.SqLite/SqLiteModule.cs b/Kyoo.SqLite/SqLiteModule.cs index 0cf4b493..7c0c0f2c 100644 --- a/Kyoo.SqLite/SqLiteModule.cs +++ b/Kyoo.SqLite/SqLiteModule.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using Kyoo.Abstractions.Controllers; using Kyoo.Database; diff --git a/Kyoo.TheMovieDb/TheMovieDbProvider.cs b/Kyoo.TheMovieDb/TheMovieDbProvider.cs index 87f9f2f5..2574c832 100644 --- a/Kyoo.TheMovieDb/TheMovieDbProvider.cs +++ b/Kyoo.TheMovieDb/TheMovieDbProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Kyoo.TheTvdb/ProviderTvdb.cs b/Kyoo.TheTvdb/ProviderTvdb.cs index 143c080c..b1422bc3 100644 --- a/Kyoo.TheTvdb/ProviderTvdb.cs +++ b/Kyoo.TheTvdb/ProviderTvdb.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Kyoo.ruleset b/Kyoo.ruleset index 7fafbc2b..4d53cf94 100644 --- a/Kyoo.ruleset +++ b/Kyoo.ruleset @@ -1,4 +1,4 @@ - + diff --git a/Kyoo.sln b/Kyoo.sln index 39e1cc4e..5d528493 100644 --- a/Kyoo.sln +++ b/Kyoo.sln @@ -1,4 +1,4 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 +Microsoft Visual Studio Solution File, Format Version 12.00 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kyoo.Core", "Kyoo.Core\Kyoo.Core.csproj", "{0F8275B6-C7DD-42DF-A168-755C81B1C329}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kyoo.Abstractions", "Kyoo.Abstractions\Kyoo.Abstractions.csproj", "{BAB2CAE1-AC28-4509-AA3E-8DC75BD59220}" diff --git a/tests/Kyoo.Tests/Database/SpecificTests/ShowTests.cs b/tests/Kyoo.Tests/Database/SpecificTests/ShowTests.cs index 0faab54d..d552e8f0 100644 --- a/tests/Kyoo.Tests/Database/SpecificTests/ShowTests.cs +++ b/tests/Kyoo.Tests/Database/SpecificTests/ShowTests.cs @@ -341,7 +341,7 @@ namespace Kyoo.Tests.Database Show value = new() { Slug = "super-test", - Title = "This is a test title²" + Title = "This is a test title?" }; await _repository.Create(value); ICollection ret = await _repository.Search(query); @@ -376,4 +376,4 @@ namespace Kyoo.Tests.Database Assert.Contains(2, show.Libraries.Select(x => x.ID)); } } -} \ No newline at end of file +} diff --git a/tests/Kyoo.Tests/Identifier/Tvdb/ConvertorTests.cs b/tests/Kyoo.Tests/Identifier/Tvdb/ConvertorTests.cs index 49dc7338..87510e79 100644 --- a/tests/Kyoo.Tests/Identifier/Tvdb/ConvertorTests.cs +++ b/tests/Kyoo.Tests/Identifier/Tvdb/ConvertorTests.cs @@ -88,7 +88,7 @@ namespace Kyoo.Tests.Identifier.Tvdb Genre = new[] { "Action", - "Test With Spéàacial characters" + "Test With Sp??acial characters" } }; Provider provider = TestSample.Get(); @@ -110,7 +110,7 @@ namespace Kyoo.Tests.Identifier.Tvdb Assert.Equal(2, show.Genres.Count); Assert.Equal("action", show.Genres.ToArray()[0].Slug); Assert.Equal("Action", show.Genres.ToArray()[0].Name); - Assert.Equal("Test With Spéàacial characters", show.Genres.ToArray()[1].Name); + Assert.Equal("Test With Sp??acial characters", show.Genres.ToArray()[1].Name); Assert.Equal("test-with-speaacial-characters", show.Genres.ToArray()[1].Slug); } diff --git a/tests/Kyoo.Tests/Utility/MergerTests.cs b/tests/Kyoo.Tests/Utility/MergerTests.cs index 9d2bd39d..1caa35f5 100644 --- a/tests/Kyoo.Tests/Utility/MergerTests.cs +++ b/tests/Kyoo.Tests/Utility/MergerTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq;