Unity Error: Failed to Find Entry-Points: Showing up After Importing Previous Scripts, and Error Doesn't Lead Anywhere
Failed to Find Entry-Points: Mono. Cecil. Assemblyresolutionexception: Failed to Resolve Assembly: 'Assembly-Csharp, Version=0.0.0.0, Culture=Neutral...
Failed to find entry-points:
Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
at Mono.Cecil.BaseAssemblyResolver.Resolve (Mono.Cecil.AssemblyNameReference name, Mono.Cecil.ReaderParameters parameters) [0x00105] in <ebb9e4250ed24cbfa42055e3532ef311>:0
at zzzUnity.Burst.CodeGen.AssemblyResolver.Resolve (Mono.Cecil.AssemblyNameReference name) [0x00039] in <a2dd15248a25411e914af2a2c82fb63f>:0
at Burst.Compiler.IL.AssemblyLoader.Resolve (Mono.Cecil.AssemblyNameReference name) [0x00079] in <a2dd15248a25411e914af2a2c82fb63f>:0
at Burst.Compiler.IL.Server.EntryPointMethodFinder.FindEntryPoints (System.String[] rootAssemblyNames, Burst.Compiler.IL.Hashing.CacheRuntime.HashCacheAssemblyStore assemblyStore, Burst.Compiler.IL.AssemblyLoader assemblyLoader, Burst.Compiler.IL.NativeCompilerOptions options, Burst.Compiler.IL.Server.ProfileDelegate profileCallback, System.Boolean includeRootAssemblyReferences, System.Boolean splitTargets, Burst.Compiler.IL.Helpers.DebugLogWriter debugWriter) [0x00055] in <a2dd15248a25411e914af2a2c82fb63f>:0
at Burst.Compiler.IL.Server.FindMethodsJob.Execute (Burst.Compiler.IL.Server.CompilerServerJobExecutionContext context) [0x00133] in <a2dd15248a25411e914af2a2c82fb63f>:0
While compiling job:
I have unity version 2021.3.21f1 along with the latest version of burst installed
I created a new project and in that, I imported some of my previous scripts, it gave this error
at first I thought my .net sdk was broken as it was referring to 'Assembly-CSharp, Version=0.0.0.0,
So I reinstalled the latest version, restarted the application but to no avail,
then created a new project and imported the same scripts again just to make sure, still showing the same error
and when I double click on the error, it doesn't lead anywhere
I don't understand what's causing this error, any insights?