WPF project cannot pick up the auto-generated classes.
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
* .NET Core Version: `6.0`
* Windows version: `Win11`
* Does the bug reproduce also in WPF for .NET Framework 4.8?: `Not tested`
* Is this bug related specifically to tooling in Visual Studio (e.g. XAML Designer, Code editing, etc...)? `NO`
**Problem description:**
I use FlatSharp.Comipler in my project, and FlatSharp.Comipler will generate some intermediate classes based on it's schema, the class files can be generated correctly under folder `$(IntermediateOutputPath)`, but when compiling the project, seems like the generated files cannot be picked up by the project.
I created a sample project here, thanks in advance.
https://github.com/AresZhu/FlatSharpInWPF
Contributor guide
Assessment
This issue has not been assessed yet.