C
C#14mo ago
TheHappyCapy

❔ error CS1529 how do I fix this im brand new just trying to learn the basics

🥹
11 Replies
TheHappyCapy
TheHappyCapy14mo ago
error CS1529: A using clause must precede all other elements defined in the namespace except extern alias declarations
Buddy
Buddy14mo ago
$details
MODiX
MODiX14mo ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
TheHappyCapy
TheHappyCapy14mo ago
Buddy
Buddy14mo ago
Buddy
Buddy14mo ago
Remember what the comment syntax looks like Also, to solve the intellisense not working please follow this instruction $unitybug
MODiX
MODiX14mo ago
If intellisense is not working for VSCode / Visual Studio, follow these steps.
Go into Unity Editor -> Preferences -> External Tools -> Set Visual Studio (or Visual Studio Code) as your preferred editor.
Go into Unity Editor -> Preferences -> External Tools -> Set Visual Studio (or Visual Studio Code) as your preferred editor.
Close the editor and re-open it again by double-clicking a script file.
Buddy
Buddy14mo ago
And the last thing, I do not recommend learning C# through Unity. But learn by making console applications so you learn the basics of C# first. $helloworld will help you at that
TheHappyCapy
TheHappyCapy14mo ago
okie dokie thank you for the information I will try doing this course I appreciate it allot
Accord
Accord14mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Getting a weird error and don't know how to fix itI just tried launching a tutorial code I haven't launched in a few months and when I pressed debug, ✅ LINQ Include does not bring all related entitiesI am trying to get a client with all its related entities , however my ClientContact entity from Cli❔ How explicitly define command and handlers for MediatRI have my commands and handlers in a different project, and i dont want to include mediatr as a pack❔ I'm trying to implement a search function using LINQhttps://paste.mod.gg/gctsykkoclwi/3 ```cs public void SearchBook() // Defining a method and use it ❔ Blazor external loginHi folks, I'm working with a Blazor Server project, where I am using Identity for inbuilt account r❔ ASP.NET Core, OrchardCore, OrchardCMSI am starting to lose it, I've been following the tutorials of the OrchardCore documentation to add ❔ ✅ ASP.NET Core - Implementing an API in CQRS patternHey everyone, I am trying to make API integration to my ASP.NET Core app. I did something but I am n❔ Unable to process post request with asp.net coreI am making use of a document processing component (https://ej2.syncfusion.com/react/documentation/d❔ Socket connection in WPF applicationHello, I'm fairly new to the C# environment and there's something I can't figure out: I created a co❔ Force log out the user after account deletion with JWT bearer auth.Hello, I'm working on adding a feature that allows administrators to delete users. As things current