[GH-ISSUE #520] Encountered an installation issue #1866

Closed
opened 2026-03-01 18:49:35 +03:00 by kerem · 0 comments
Owner

Originally created by @sparkandshine on GitHub (Sep 18, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/520

I tried to install ScreenToGif on my macOS with ./build.sh. Everything looks good.

$ ./build.sh 
Feeds used:
  https://api.nuget.org/v3/index.json

Restoring NuGet package Cake.0.34.1.
  GET https://api.nuget.org/v3-flatcontainer/cake/0.34.1/cake.0.34.1.nupkg
  OK https://api.nuget.org/v3-flatcontainer/cake/0.34.1/cake.0.34.1.nupkg 971ms
Installing Cake 0.34.1.

After a while, I encountered the following issue.

Controls/VideoSourceKindList.xaml.cs(1,22):` error CS0234: The type or namespace name 'Controls' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
ImageEditor/DynamicRenderers/ArrowDynamicRenderer.cs(4,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
ImageEditor/DynamicRenderers/ArrowDynamicRenderer.cs(6,28): error CS0234: The type or namespace name 'StylusPlugIns' does not exist in the namespace 'System.Windows.Input' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
ImageEditor/DynamicRenderers/IDynamicRenderer.cs(1,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
ImageEditor/Strokes/ArrowStroke.cs(2,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
ImageEditor/DynamicRenderers/EllipseDynamicRenderer.cs(3,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj]
Originally created by @sparkandshine on GitHub (Sep 18, 2019). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/520 I tried to install ScreenToGif on my macOS with `./build.sh`. Everything looks good. ``` $ ./build.sh Feeds used: https://api.nuget.org/v3/index.json Restoring NuGet package Cake.0.34.1. GET https://api.nuget.org/v3-flatcontainer/cake/0.34.1/cake.0.34.1.nupkg OK https://api.nuget.org/v3-flatcontainer/cake/0.34.1/cake.0.34.1.nupkg 971ms Installing Cake 0.34.1. ``` After a while, I encountered the following issue. ``` Controls/VideoSourceKindList.xaml.cs(1,22):` error CS0234: The type or namespace name 'Controls' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ImageEditor/DynamicRenderers/ArrowDynamicRenderer.cs(4,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ImageEditor/DynamicRenderers/ArrowDynamicRenderer.cs(6,28): error CS0234: The type or namespace name 'StylusPlugIns' does not exist in the namespace 'System.Windows.Input' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ImageEditor/DynamicRenderers/IDynamicRenderer.cs(1,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ImageEditor/Strokes/ArrowStroke.cs(2,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ImageEditor/DynamicRenderers/EllipseDynamicRenderer.cs(3,22): error CS0234: The type or namespace name 'Ink' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [/Users/sparkandshine/Downloads/Captura/src/Captura/Captura.csproj] ```
kerem 2026-03-01 18:49:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1866
No description provided.