HEJOK254 / Discord-QuickEdit

A discord application allowing users to quickly trim/edit/convert files, like videos.
Apache License 2.0
3 stars 3 forks source link

Changing the location of the gen.cs file #17

Closed smellilac closed 4 months ago

smellilac commented 4 months ago

Previously, your .csproj file was configured to create a gen.cs file. at the intermediate level ( Debug/.net/... ). Therefore, Visual Studio (possible problem with other code editors) cannot include the gen.cs file in the assembly. Because of this, I did not have the Builtin class (CS0246). So I moved the gen.cs file to the project root folder.

deepsource-io[bot] commented 4 months ago

Here's the code health analysis summary for commits bf137bf..7f8c7d9. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource C# LogoC#✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.