Zingabopp / BeatSaberModdingTools.Tasks

MSBuild tasks for Beat Saber mods.
MIT License
4 stars 5 forks source link

<GenerateManifest>true</GenerateManifest> causes weird error #10

Closed nanikit closed 2 years ago

nanikit commented 2 years ago

I added the title to my mod's project property group, and got the following.

I have no idea why this occurs. I'm using VS Community 2022 17.1.0.

Severity    Code    Description Project File    Line    Suppression State
Error   MSB4131 The "PluginVersion" parameter is not supported by the "GenerateManifest" task. Verify the parameter exists on the task, and it is a gettable public instance property.  BetterSongList.LastPlayedSort   C:\Users\nanikit\.nuget\packages\beatsabermoddingtools.tasks\2.0.0-beta4\build\BuildTypes\BSMT.BSIPA.targets    49  
Project file ``` net48 Library 9 false BetterSongList.LastPlayedSort ..\Refs $(LocalRefsDir) $(MSBuildProjectDirectory)\ enable BetterSongList.LastPlayedSort nanikit nanikit (c) 2022 x64 false false true true portable bin\Debug none bin\ True True True $(BeatSaberDir)\Libs\0Harmony.dll False $(BeatSaberDir)\Plugins\BS_Utils.dll False $(BeatSaberDir)\Beat Saber_Data\Managed\IPA.Loader.dll False $(BeatSaberDir)\Beat Saber_Data\Managed\Newtonsoft.Json.dll False $(BeatSaberDir)\Beat Saber_Data\Managed\UnityEngine.dll False $(BeatSaberDir)\Beat Saber_Data\Managed\UnityEngine.CoreModule.dll False $(BeatSaberDir)\Beat Saber_Data\Managed\Main.dll False $(BeatSaberDir)\Beat Saber_Data\Managed\HMLib.dll False $(BeatSaberDir)\Beat Saber_Data\Managed\Zenject.dll False 2.0.0-beta4 runtime; build; native; contentfiles; analyzers; buildtransitive all 1.19.1 Add last played date sort to BetterSongList ```
nanikit commented 2 years ago

This error has gone. I don't know why (I tried solution clean, git clean -xdf, delete nupkg cache, restart visual studio all didn't work) but it now gives me understandable errors.