Skip to content

chore: add Genetec Web Player samples#178

Open
alafleur-genetec wants to merge 1 commit into
mainfrom
chore/add-gwp-to-sln
Open

chore: add Genetec Web Player samples#178
alafleur-genetec wants to merge 1 commit into
mainfrom
chore/add-gwp-to-sln

Conversation

@alafleur-genetec
Copy link
Copy Markdown
Member

@alafleur-genetec alafleur-genetec commented May 15, 2026

Summary

  • Add the Genetec Web Player solution folder.
  • Add GwpDesktopPlayerSample, GwpMinimalApiSample, and GwpRazorPagesSample to Samples/Genetec.Dap.CodeSamples.sln.
  • Map the Web Player projects to Debug, Release, Debug_NET8, and Release_NET8 solution configurations.
  • Exclude the Web Player projects from Debug_NET481 and Release_NET481 solution builds because they target .NET 8 only.
  • Document the Genetec Web Player samples in the root README and framework support matrix.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Samples/Genetec.Dap.CodeSamples.sln solution to include Genetec Web Player sample projects and organize them under a new “Genetec Web Player” solution folder.

Changes:

  • Added a new solution folder: Genetec Web Player
  • Added three projects to the solution: GwpDesktopPlayerSample, GwpMinimalApiSample, GwpRazorPagesSample
  • Added configuration/build mappings and nested-project entries to place the projects under the new solution folder
Comments suppressed due to low confidence (2)

Samples/Genetec.Dap.CodeSamples.sln:1499

  • The solution’s *_NET481 configurations currently build this project (ActiveCfg/Build.0 point to Debug/Release). Since this project targets only net8.0, building the solution in Debug_NET481/Release_NET481 will still attempt to compile it and can break NET481-only build environments. Consider removing the Build.0 entries for the *_NET481 solution configurations (so it’s excluded from those builds), or update the project to support net481 / add matching Debug_NET8/Debug_NET481 configurations.
		{C7C206CB-5A5E-84E9-9A3E-23FA0D563E7F}.Debug_NET481|Any CPU.ActiveCfg = Debug|Any CPU
		{C7C206CB-5A5E-84E9-9A3E-23FA0D563E7F}.Debug_NET481|Any CPU.Build.0 = Debug|Any CPU
		{C7C206CB-5A5E-84E9-9A3E-23FA0D563E7F}.Debug_NET8|Any CPU.ActiveCfg = Debug|Any CPU
		{C7C206CB-5A5E-84E9-9A3E-23FA0D563E7F}.Debug_NET8|Any CPU.Build.0 = Debug|Any CPU
		{C7C206CB-5A5E-84E9-9A3E-23FA0D563E7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C7C206CB-5A5E-84E9-9A3E-23FA0D563E7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C7C206CB-5A5E-84E9-9A3E-23FA0D563E7F}.Release_NET481|Any CPU.ActiveCfg = Release|Any CPU
		{C7C206CB-5A5E-84E9-9A3E-23FA0D563E7F}.Release_NET481|Any CPU.Build.0 = Release|Any CPU

Samples/Genetec.Dap.CodeSamples.sln:1511

  • The solution’s *_NET481 configurations currently build this project (ActiveCfg/Build.0 point to Debug/Release). Since this project targets only net8.0, building the solution in Debug_NET481/Release_NET481 will still attempt to compile it and can break NET481-only build environments. Consider removing the Build.0 entries for the *_NET481 solution configurations (so it’s excluded from those builds), or update the project to support net481 / add matching Debug_NET8/Debug_NET481 configurations.
		{F6FEAE2D-E83E-FC41-0209-C18D1E6DB7C0}.Debug_NET481|Any CPU.ActiveCfg = Debug|Any CPU
		{F6FEAE2D-E83E-FC41-0209-C18D1E6DB7C0}.Debug_NET481|Any CPU.Build.0 = Debug|Any CPU
		{F6FEAE2D-E83E-FC41-0209-C18D1E6DB7C0}.Debug_NET8|Any CPU.ActiveCfg = Debug|Any CPU
		{F6FEAE2D-E83E-FC41-0209-C18D1E6DB7C0}.Debug_NET8|Any CPU.Build.0 = Debug|Any CPU
		{F6FEAE2D-E83E-FC41-0209-C18D1E6DB7C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F6FEAE2D-E83E-FC41-0209-C18D1E6DB7C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F6FEAE2D-E83E-FC41-0209-C18D1E6DB7C0}.Release_NET481|Any CPU.ActiveCfg = Release|Any CPU
		{F6FEAE2D-E83E-FC41-0209-C18D1E6DB7C0}.Release_NET481|Any CPU.Build.0 = Release|Any CPU

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Samples/Genetec.Dap.CodeSamples.sln Outdated
@alafleur-genetec alafleur-genetec changed the title chore: add Genetec Web Player projects to solution chore: add Genetec Web Player samples May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants