Version Used: 17.2 Preview 2
Steps to Reproduce:
The project system is calling FindentryPoints when populating the Startup Object property in the Project Properties UI (see here). This is done for both the C# and VB scenarios, with the distinction that the VB scenario will be called with the flag findFormsOnly = true. However, calling that function returns a set of unexpected entries.
Expected Behavior:
Only returns forms entries.
Actual Behavior:

Version Used: 17.2 Preview 2
Steps to Reproduce:
The project system is calling FindentryPoints when populating the Startup Object property in the Project Properties UI (see here). This is done for both the C# and VB scenarios, with the distinction that the VB scenario will be called with the flag
findFormsOnly = true. However, calling that function returns a set of unexpected entries.Expected Behavior:
Only returns forms entries.
Actual Behavior:
