enrico11011
enrico11011
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
will do, thank you @jcotton42 @leowest
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Yeah thats the plan. Im reading up on Entity Framework and ill start with thr "data layer" stuff on a console app and then port the stuff over when im ready to start the ui
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Ill try to be ready either way
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
At the same time this kinda is a a "simple" ui so i wouldnt be surprised if he doesnt
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
If he lets us use it then ill use it
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Sure, ive already asked im just waiting for a reply
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Oh im sure, im still not sure if were expected to do all this "manually" so im covering my bases
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Im already using vs code for a bunch of other programming languages (mainly python) so making the project with the CLI and working through there was just easier and faster for me
28 replies
CC#
Created by enrico11011 on 4/11/2025 in #help
✅ is there a Winforms API reference?
Vs is kinda slow on my laptop, and the screen's small so its kinda cluttered by default
28 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
its working now, thanks for the help all. do i need to mark this as closed or something?
26 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
yeah that seems to have done it. i'm guessing its a bug that the original command puts out 6.0 as opposed to 9.0? or is this sort of thing normal in the C# world?
26 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
csproj -
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Terminal.Gui" Version="1.*" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Terminal.Gui" Version="1.*" />
</ItemGroup>

</Project>
dotnet --info -
.NET SDK:
Version: 9.0.202
Commit: 3a53853c30
Workload version: 9.0.200-manifests.21502d11
MSBuild version: 17.13.13+1c2026462

Runtime Environment:
OS Name: Windows
OS Version: 10.0.19045
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.202\

.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.

Host:
Version: 9.0.3
Architecture: x64
Commit: 831d23e561

.NET SDKs installed:
9.0.202 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 9.0.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 9.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
None

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download
.NET SDK:
Version: 9.0.202
Commit: 3a53853c30
Workload version: 9.0.200-manifests.21502d11
MSBuild version: 17.13.13+1c2026462

Runtime Environment:
OS Name: Windows
OS Version: 10.0.19045
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.202\

.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.

Host:
Version: 9.0.3
Architecture: x64
Commit: 831d23e561

.NET SDKs installed:
9.0.202 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 9.0.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 9.0.3 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
None

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download
26 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
dotnet --version shows 9.0.202
26 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
i'm more interested in seeing if I did something wrong in the setup
26 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
so I got the demo to run by doing dotnet run --roll-forward LatestMajor
26 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
what? i don't see how I could've done that, unless i was supposed to pass some argument into new
26 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
No description
26 replies