Connor
Connor
CC#
Created by Eistee on 7/26/2023 in #help
❔ ConfigureAwait(false) (IntelliCode Suggestion)
I guess your right
23 replies
CC#
Created by Eistee on 7/26/2023 in #help
❔ ConfigureAwait(false) (IntelliCode Suggestion)
It wouldn’t increase performance. It would change the synchronization context that the callback uses.
23 replies
CC#
Created by Connor on 6/10/2023 in #help
❔ Blazor WASM Default Template 15mb, Production even larger (60mb)
launch profile again
xml
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<DeleteExistingFiles>true</DeleteExistingFiles>
<ExcludeApp_Data>false</ExcludeApp_Data>
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<PublishProvider>FileSystem</PublishProvider>
<PublishUrl>bin\Release\net7.0\browser-wasm\publish\</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod>
<_TargetId>Folder</_TargetId>
<SiteUrlToLaunchAfterPublish />
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
<ProjectGuid>2e8e251e-6972-4c32-9091-7cf38c02e7a5</ProjectGuid>
<SelfContained>true</SelfContained>
</PropertyGroup>
</Project>
xml
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<DeleteExistingFiles>true</DeleteExistingFiles>
<ExcludeApp_Data>false</ExcludeApp_Data>
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<PublishProvider>FileSystem</PublishProvider>
<PublishUrl>bin\Release\net7.0\browser-wasm\publish\</PublishUrl>
<WebPublishMethod>FileSystem</WebPublishMethod>
<_TargetId>Folder</_TargetId>
<SiteUrlToLaunchAfterPublish />
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
<ProjectGuid>2e8e251e-6972-4c32-9091-7cf38c02e7a5</ProjectGuid>
<SelfContained>true</SelfContained>
</PropertyGroup>
</Project>
3 replies
CC#
Created by Nacio on 5/20/2023 in #help
✅ EFCore cannot map another entity
And move the attribute to the User
14 replies
CC#
Created by Nacio on 5/20/2023 in #help
✅ EFCore cannot map another entity
Try this [ForeignKey(nameof(UserId))]
14 replies
CC#
Created by Kirb on 5/20/2023 in #help
❔ could someone help me build this source code into a dll?
As they said, run dotnet build and it will be somewhere in your bin folder. However, I’m guessing you don’t need a dll.
12 replies
CC#
Created by Riemann on 5/17/2023 in #help
Advice on finding a project.
We’ve both given you good advice. I’m sure others will come in and give you some more as well
26 replies
CC#
Created by Riemann on 5/17/2023 in #help
Advice on finding a project.
Yes, pick a library youve enjoyed to use and contribute to it
26 replies
CC#
Created by Riemann on 5/17/2023 in #help
Advice on finding a project.
100% of the time
26 replies
CC#
Created by Riemann on 5/17/2023 in #help
Advice on finding a project.
It’s obviously not 100% true
26 replies
CC#
Created by Riemann on 5/17/2023 in #help
Advice on finding a project.
Web, Unity, and Networking
26 replies
CC#
Created by Riemann on 5/17/2023 in #help
Advice on finding a project.
There’s no such thing as a backend developer. You have to be able to present the cool stuff you do to your users
26 replies
CC#
Created by Riemann on 5/17/2023 in #help
Advice on finding a project.
We’ll. With that attitude you’re gonna be working on class library’s and web apis you’re whole life
26 replies
CC#
Created by Riemann on 5/17/2023 in #help
Advice on finding a project.
Are you at least fluent in html and css? Know a little JS? Those skills are invaluable
26 replies
CC#
Created by Riemann on 5/17/2023 in #help
Advice on finding a project.
Half the money is software engineering is making an easy gui
26 replies
CC#
Created by Riemann on 5/17/2023 in #help
Advice on finding a project.
I say you take to time to learn building GUIs
26 replies
CC#
Created by Alberto on 5/14/2023 in #help
❔ Very easy question, about classes
Yes you should have a model for the data, a dto. It would be easier to help if you share some snippets or a link to your repo
8 replies
CC#
Created by Alberto on 5/14/2023 in #help
❔ Very easy question, about classes
What is this? A Blazor webassembly project where you are creating a service to call a api and a razor page to display the data?
8 replies
CC#
Created by Ha4aJlbHuk_4a9l on 5/14/2023 in #help
❔ I somehow cause memory leak with Process.Start()
From what I can see, there is no leak. Just expected memory usage
26 replies
CC#
Created by Ha4aJlbHuk_4a9l on 5/14/2023 in #help
❔ I somehow cause memory leak with Process.Start()
You can limit the amount of processes like this
26 replies