Skip to content

fix: align sample AssemblyName with folder/project name#176

Closed
alafleur-genetec wants to merge 2 commits into
mainfrom
fix/sample-assembly-name-mismatches
Closed

fix: align sample AssemblyName with folder/project name#176
alafleur-genetec wants to merge 2 commits into
mainfrom
fix/sample-assembly-name-mismatches

Conversation

@alafleur-genetec
Copy link
Copy Markdown
Member

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

Summary

  • DiagnosticServerSample produced DiagnosticServer.exe (folder: DiagnosticServerSample)
  • FileCryptingManagerSample produced FileCryptingManager.exe (folder: FileCryptingManagerSample)

Every other sample uses the ...Sample suffix matching its folder. Aligning these two restores the convention.

DiagnosticServerSample produced DiagnosticServer.exe and
FileCryptingManagerSample produced FileCryptingManager.exe.
Every other sample uses the ...Sample suffix matching its folder.
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 aligns the produced assembly/executable names of two sample projects with the established convention that sample binaries include the ...Sample suffix matching their folder/project name.

Changes:

  • Update DiagnosticServerSample output assembly name from DiagnosticServer to DiagnosticServerSample.
  • Update FileCryptingManagerSample output assembly name from FileCryptingManager to FileCryptingManagerSample.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Samples/Platform SDK/DiagnosticServerSample/DiagnosticServerSample.csproj Renames <AssemblyName> so the sample builds DiagnosticServerSample.exe (consistent with folder/project naming).
Samples/Media SDK/FileCryptingManagerSample/FileCryptingManagerSample.csproj Renames <AssemblyName> so the sample builds FileCryptingManagerSample.exe (consistent with folder/project naming).

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

@alafleur-genetec alafleur-genetec self-assigned this May 14, 2026
The Copyright element had a stray Latin-1 0xa9 byte for the copyright
symbol in an otherwise UTF-8 file. Replaced with proper UTF-8 (0xc2 0xa9)
so the symbol renders correctly in editors and tooling.
@alafleur-genetec
Copy link
Copy Markdown
Member Author

Closing this PR because its assembly-name fixes have been folded into #174, which now covers the sample project/folder/assembly naming cleanup in one PR.

@alafleur-genetec alafleur-genetec deleted the fix/sample-assembly-name-mismatches branch May 18, 2026 03:19
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