The type or namespace 'SplashKitSDK' could not be found
Solution(s)
Section titled “Solution(s)”1. Add the SplashKit package to your project
Section titled “1. Add the SplashKit package to your project”To resolve this error, run the following command in the directory where your project is located:
dotnet add package SplashKit
You should now see “SplashKit” mentioned in your .csproj
file.
Confirm this has been successful by running the dotnet run
command again.