Remove obsolete todos

This commit is contained in:
Ben Olden-Cooligan 2022-12-22 16:10:55 -08:00
parent 5badde839d
commit ee9327938b
2 changed files with 0 additions and 4 deletions

View File

@ -74,6 +74,4 @@ public class LanguageSelectionTests : AppiumTests
{
return _session.FindElementsByTagName("MenuItem");
}
// TODO: As part of language switching, check several languages (one LTR: fr, one RTL: he, one country-specific LTR: pt-BR); and check several strings (from each NAPS2.Sdk, NAPS2.Lib, NAPS2.Lib.WinForms)
}

View File

@ -5,8 +5,6 @@
<TargetFrameworks Condition="!$([MSBuild]::IsOSPlatform('Linux'))">net6;net6-macos10.15;net462</TargetFrameworks>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- TODO: Move ClientCreds etc out of NAPS2.Sdk -->
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<RootNamespace>NAPS2</RootNamespace>
<Title>NAPS2 - Not Another PDF Scanner</Title>