Skip to content

The type or namespace 'SplashKitSDK' could not be found

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:

Terminal window
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.