Good morning,
I am having an issue when running the dotnet build command (It seems to be the only issue left I cannot figure out)
C:\Program Files\extended-binary-waterfall-dev\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf>dotnet build
C:\Program Files\extended-binary-waterfall-dev\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf.csproj : warning NU1701: Package 'Eto.Platform.Wpf 2.10.2' 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 'net10.0'. This package may not be fully compatible with your project.
C:\Program Files\extended-binary-waterfall-dev\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf.csproj : warning NU1701: Package 'Extended.Wpf.Toolkit 3.6.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 'net10.0'. This package may not be fully compatible with your project.
C:\Program Files\dotnet\sdk\10.0.201\NuGet.targets(196,5): error Access to the path 'C:\Program Files\extended-binary-waterfall-dev\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf\obj\0d9811e3-7952-4693-a548-f1bdef41ca44.tmp' is denied.
Restore failed with 1 error(s) and 2 warning(s) in 1.4s
The warnings don't seem to be hindering much, but I'm wicked confused to what this .tmp is as it doesn't show up at all in this address at any point, or why there are restrictions denying access to it to begin with?
Good morning,
I am having an issue when running the dotnet build command (It seems to be the only issue left I cannot figure out)
C:\Program Files\extended-binary-waterfall-dev\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf>dotnet build
C:\Program Files\extended-binary-waterfall-dev\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf.csproj : warning NU1701: Package 'Eto.Platform.Wpf 2.10.2' 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 'net10.0'. This package may not be fully compatible with your project.
C:\Program Files\extended-binary-waterfall-dev\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf.csproj : warning NU1701: Package 'Extended.Wpf.Toolkit 3.6.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 'net10.0'. This package may not be fully compatible with your project.
C:\Program Files\dotnet\sdk\10.0.201\NuGet.targets(196,5): error Access to the path 'C:\Program Files\extended-binary-waterfall-dev\Unai.ExtendedBinaryWaterfall.Gui.EtoForms.Wpf\obj\0d9811e3-7952-4693-a548-f1bdef41ca44.tmp' is denied.
Restore failed with 1 error(s) and 2 warning(s) in 1.4s
The warnings don't seem to be hindering much, but I'm wicked confused to what this .tmp is as it doesn't show up at all in this address at any point, or why there are restrictions denying access to it to begin with?