Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't build #483

Open
zezba9000 opened this issue Oct 20, 2023 · 2 comments
Open

Doesn't build #483

zezba9000 opened this issue Oct 20, 2023 · 2 comments

Comments

@zezba9000
Copy link

image

Doesn't build with some invalid C# code

@PlatinumLucario
Copy link

I need to ask, where is the invalid C# code coming from? It looks like the main CSCore assembly, if so, it might be from a much older commit. Because the current commit (as well as the netstandard branch), don't seem this issue (unless I overlooked it).

From what I can see in your code, each of them are missing these in them: public static readonly Guid and new Guid()

For example

Unknown = 0x0000,

Needs to be

public static readonly Guid Unknown = new Guid((short)AudioEncoding.Unknown & 0x0000FFFF, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71);

I really hope this info helps! I've also got a fork with a more updated .NET 8 branch on my repo as well.

@AghaKhan
Copy link

Today I was working on sound files and saw cscore. I tried to build it, but it refused to build it. Clean rebuild did not help. There are over 35 errors, but I was not able to built a single program. Kindly help agha.khan@hotmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants