Zee
Zee
Explore posts from servers
Mmfad
Created by Clark'sDesertBot on 12/17/2024 in #topic-of-the-day
Posing - Topic of the day 12/17/24
🧍‍♂️ I pose like that
63 replies
Mmfad
Created by Clark'sDesertBot on 12/14/2024 in #topic-of-the-day
FOMO - Topic of the day 12/14/24
thankfully I have never felt pressured to buy into trends to fit in but I did used to feel uncomfortable wearing some pieces because of how bold they were but now I dont care. like I have these Teal wide leg trousers felt uncomfortable wearing such a loud colour trouser but feel fine now and dont really care looking to buy a nice purple one with a slight flare
19 replies
CC#
Created by Zee on 12/13/2024 in #help
my shared projects are not found. how do I fix?
this was one of the answers "i certainly wouldn't recommend putting projects inside projects multiple projects inside a solution, go for your life you are "allowed" to nest projects inside other projects on disk if you want, but relative paths and project references can get weird with it sometimes so it's generally not recommended"
38 replies
CC#
Created by Zee on 12/13/2024 in #help
my shared projects are not found. how do I fix?
I did get it fixed by keeping the projects in separate folders as it turns out its bad practice to place a project folder into another project folder I asked this question in #help-0 and was told its bad practice is placing a new project folder inside an already existing project folder bad practice? I ask because I made a WPF project named FakeFLightBooking and I made an ASP.NetCore WEB API project named FakeFLightBookingAPI and I placed the ASP project in my FakeFLightBooking WPF project is that ok or considered as bad code practice?
38 replies
Mmfad
Created by Clark'sDesertBot on 12/13/2024 in #topic-of-the-day
Favorites Series: Scarves - Topic of the day 12/13/24
looks nice love the red on it and the texture of the scarf seems quite unique
127 replies
Mmfad
Created by thomas on 12/13/2024 in #questions-and-advice
Clothing storage
I use plastic boxes that have snap on handles these handles are good as they have no gaps so moths or anything cant get in but maybe slipping a few cedar blocks is a good idea. I have noticed thay they do have an odd smell when you leave them in storage for a long time maybe wash before you store. and was wash them after 6 months or so
9 replies
Mmfad
Created by thomas on 12/13/2024 in #questions-and-advice
Clothing storage
I think leather can be cracked from the compression of vaccum storage so maybe do a bit of research to see if you clothes are safe for it
9 replies
Mmfad
Created by Clark'sDesertBot on 12/13/2024 in #topic-of-the-day
Favorites Series: Scarves - Topic of the day 12/13/24
it does look very nice yeah I love that shade
127 replies
Mmfad
Created by Clark'sDesertBot on 12/13/2024 in #topic-of-the-day
Favorites Series: Scarves - Topic of the day 12/13/24
yh I dont own either so cant say never bought from Holzeweiler I was thinking to but its a lot of money for a scarf and i have been wanting to learn knitting so would rather try and make one myself
127 replies
Mmfad
Created by Clark'sDesertBot on 12/13/2024 in #topic-of-the-day
Favorites Series: Scarves - Topic of the day 12/13/24
127 replies
Mmfad
Created by Clark'sDesertBot on 12/13/2024 in #topic-of-the-day
Favorites Series: Scarves - Topic of the day 12/13/24
holzeweiler has some nice scarves similar to the acne ones which I like https://holzweileroslo.com/en/product/aster-stripe-24-04_aw-purple?size=One+size
127 replies
Mmfad
Created by Clark'sDesertBot on 12/13/2024 in #topic-of-the-day
Favorites Series: Scarves - Topic of the day 12/13/24
No description
127 replies
CC#
Created by Zee on 12/13/2024 in #help
my shared projects are not found. how do I fix?
nvm
38 replies
CC#
Created by Zee on 12/13/2024 in #help
my shared projects are not found. how do I fix?
I do and still getting an error
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2903.40" />
<PackageReference Include="Refractored.MvvmHelpers" Version="1.6.2" />
<PackageReference Include="SendGrid" Version="9.29.3" />
<PackageReference Include="Stripe.net" Version="47.1.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="FakeFlightBookingAPI\FakeFlightBookingAPI.csproj" />
<ProjectReference Include="SharedModels\SharedModels.csproj" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2903.40" />
<PackageReference Include="Refractored.MvvmHelpers" Version="1.6.2" />
<PackageReference Include="SendGrid" Version="9.29.3" />
<PackageReference Include="Stripe.net" Version="47.1.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="FakeFlightBookingAPI\FakeFlightBookingAPI.csproj" />
<ProjectReference Include="SharedModels\SharedModels.csproj" />
</ItemGroup>
</Project>
38 replies
CC#
Created by Zee on 12/13/2024 in #help
my shared projects are not found. how do I fix?
i think theres some duplications going on that messes it up
38 replies
CC#
Created by Zee on 12/13/2024 in #help
my shared projects are not found. how do I fix?
do you recoginise this error?
38 replies
CC#
Created by Zee on 12/13/2024 in #help
my shared projects are not found. how do I fix?
this is one of th 17
38 replies
CC#
Created by Zee on 12/13/2024 in #help
my shared projects are not found. how do I fix?
Severity Code Description Project File Line Suppression State Details Error CS0579 Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute FakeFlightBookingApp D:\Zeeshan\Documents\FakeFlightBookingApp\obj\Debug\net8.0-windows7.0.NETCoreApp,Version=v8.0.AssemblyAttributes.cs 4 Active
38 replies
CC#
Created by Zee on 12/13/2024 in #help
my shared projects are not found. how do I fix?
just did that and followed your steps about removing vs folder and the obj and bin folder but gives a bunch of errors
38 replies
CC#
Created by Zee on 12/13/2024 in #help
my shared projects are not found. how do I fix?
yh thanks I will try th\t
38 replies