OudomMunint/.NetMAUI-To-Do-List-App

Compiler warnings

Closed this issue · 1 comments

  • CS8981: The type name 'testpage' only contains lower-cased ascii characters. Such names may become reserved for the language.
  • MA002: Starting with .NET 8, setting true does not automatically include NuGet package references in your project. Use <PackageReference/>
  • NU1701: Package 'SQLiteNetExtensions 2.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0-ios17.2'. This package may not be fully compatible with your project. (Harmless)

Fixed by PR #222