<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/Building-Locally.md, branch GerritsMSFTSimpleMediaPlayerCompilerUpdate</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/Building-Locally.md?h=GerritsMSFTSimpleMediaPlayerCompilerUpdate</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/Building-Locally.md?h=GerritsMSFTSimpleMediaPlayerCompilerUpdate'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2026-04-07T22:29:58Z</updated>
<entry>
<title>docs: streamline Building-Locally.md and fix typos</title>
<updated>2026-04-07T22:29:58Z</updated>
<author>
<name>5an7y</name>
<email>jose.santiago7@hotmail.com</email>
</author>
<published>2026-04-07T22:29:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3a10b3c1ed4a2e611311e9ea3e931fc65fe1a9e8'/>
<id>urn:sha1:3a10b3c1ed4a2e611311e9ea3e931fc65fe1a9e8</id>
<content type='text'>
Simplify prerequisites with environment-specific requisites section,
remove redundant build commands per WDK type since the script
auto-detects. Fix typo (Enviroment), casing (powershell), formatting.

Co-authored-by: Copilot &lt;223556219+Copilot@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>docs: rewrite Building-Locally.md for clarity</title>
<updated>2026-04-02T21:45:56Z</updated>
<author>
<name>5an7y</name>
<email>jose.santiago7@hotmail.com</email>
</author>
<published>2026-04-02T21:45:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=c4c1704e398b8ca96bf25f519802ae86182c140f'/>
<id>urn:sha1:c4c1704e398b8ca96bf25f519802ae86182c140f</id>
<content type='text'>
Restructure the document into a logical flow:
1. Prerequisites — tools (winget), WDK download link, repo clone
2. Building the Samples — NuGet, EWDK, WDK MSI/winget subsections with -RunMode intro
3. Expected Output — build plan and completion summary
4. Ways to Run — common Build-Samples.ps1 invocations
5. Additional Notes — pre-release WDK, usbview .NET packs, NuGet version pinning

Co-authored-by: Copilot &lt;223556219+Copilot@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Remove redundant specific-samples example from Building-Locally.md</title>
<updated>2026-03-30T22:45:36Z</updated>
<author>
<name>5an7y</name>
<email>jose.santiago7@hotmail.com</email>
</author>
<published>2026-03-30T22:45:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=8056a2723c732809b4ca684666ac08385f6e835f'/>
<id>urn:sha1:8056a2723c732809b4ca684666ac08385f6e835f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support wildcard patterns in -Samples parameter</title>
<updated>2026-03-30T22:43:16Z</updated>
<author>
<name>5an7y</name>
<email>jose.santiago7@hotmail.com</email>
</author>
<published>2026-03-30T22:43:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=83cfa72cc265ab052100563cfc2e8c9d9b6020ba'/>
<id>urn:sha1:83cfa72cc265ab052100563cfc2e8c9d9b6020ba</id>
<content type='text'>
- When -Samples contains wildcards (* or ?), discover all samples first
  then filter with -like (same pattern style as exclusions.csv)
- Exact sample names still work as before without discovery overhead
- Update parameter docs, examples, and Building-Locally.md
</content>
</entry>
<entry>
<title>Remove Build-AllSamples.ps1 and Build-SampleSet.ps1 in favor of Build-Samples.ps1</title>
<updated>2026-03-30T22:26:00Z</updated>
<author>
<name>5an7y</name>
<email>jose.santiago7@hotmail.com</email>
</author>
<published>2026-03-30T22:26:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d92950792737971182298c34d7efa445fbb23728'/>
<id>urn:sha1:d92950792737971182298c34d7efa445fbb23728</id>
<content type='text'>
- Delete Build-AllSamples.ps1 and Build-SampleSet.ps1 (replaced by Build-Samples.ps1)
- Update ci.yml workflow to call Build-Samples.ps1
- Update Build-ChangedSamples.ps1 to call Build-Samples.ps1
- Rewrite Building-Locally.md Step 6 with new script usage and output format
- Update Step 7 NuGet notes to reference Build-Samples.ps1
</content>
</entry>
<entry>
<title>Deprecate WDK VSIX Install (#1219)</title>
<updated>2024-09-24T02:43:48Z</updated>
<author>
<name>Matt</name>
<email>138825652+middlemose@users.noreply.github.com</email>
</author>
<published>2024-09-24T02:43:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=5c4ceaef72f0af992966a7d2ac7ac7d897f091d3'/>
<id>urn:sha1:5c4ceaef72f0af992966a7d2ac7ac7d897f091d3</id>
<content type='text'>
* Deprecate WDK vsix install

* Fix WDK extension version print

* Remove unecessary splitting on version

* Minor build info refactor

* Fix indentation of output info

* Enough messing with volume size output

* Cleanup comment for vsix version

* More cleanup and doc update

* Remove deprecation statement and install vsix script.

* Fixes and updates to building locally documentation.

* Dont code scan on license or .md files.

* Code scanning ignore changes to .md when pull request is made</content>
</entry>
<entry>
<title>RI develop to main (#1189)</title>
<updated>2024-06-28T16:56:29Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-06-28T16:56:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=263b19b4347fcda2e236c14a9daf41e7d518625d'/>
<id>urn:sha1:263b19b4347fcda2e236c14a9daf41e7d518625d</id>
<content type='text'>
* Memory leakage in message

"sizeof(SCANNER_MESSAGE) * threadCount * requestCount" bytes long memory is allocated but only "sizeof(SCANNER_MESSAGE) * threadCount" bytes long of it is freed.

* Handles malloc function fail case

* Refactors comment line

* Solves the miscalculation of the message index

* simbatt: Fix broken registry read-back

The GetSimBattStateFromRegistry function is currently using default settings if GetSimBattStateFromRegistry succeeds, whereas settings from registry are only applied if GetSimBattStateFromRegistry fails. This does not make sense to me.

Therefore proposing to remove the `!` negation from `if (!NT_SUCCESS(Status)) {` on the line after `Status = GetSimBattStateFromRegistry(Device, RegState);` so that default settings are loaded when registry read-back fails.

* Issue of freeing memory without waiting completion of threads accessing it is fixed

* Fixes information leakage warning

Fixes the issue of possible information leakage from uninitialized padding bytes

* Avoids possible multiplication overflow warning

* Avoids possible multiplication overflow warning

* CI Pipelines build with WDK Nuget Packages (#1179)

Integrate nuget into the workflow pipelines

* FI from main to develop (#1188)

Fix text and minor issues in Winget configuration files

Co-authored-by: Adonais Romero Gonzalez &lt;adonais.neoadonis@gmail.com&gt;

* Improve version info, vsix installation, and update building locally readme

* Fix printing vsix version

* Refactored vsix install and cleaned up build sampleset

---------

Co-authored-by: İsa Yurdagül &lt;38290414+isayrdgl@users.noreply.github.com&gt;
Co-authored-by: Fredrik Orderud &lt;fredrik.orderud@ge.com&gt;
Co-authored-by: Christian Allred &lt;13487734+cgallred@users.noreply.github.com&gt;
Co-authored-by: tristanb-ntdev &lt;60945150+tristanb-ntdev@users.noreply.github.com&gt;
Co-authored-by: Matt &lt;138825652+middlemose@users.noreply.github.com&gt;
Co-authored-by: Adonais Romero Gonzalez &lt;adonais.neoadonis@gmail.com&gt;</content>
</entry>
<entry>
<title>Upgrade NuGet to 26100.1 (#1162)</title>
<updated>2024-05-22T15:56:48Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-05-22T15:56:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=6edffd4b66aff103080aa1f3148815a8c9d827a9'/>
<id>urn:sha1:6edffd4b66aff103080aa1f3148815a8c9d827a9</id>
<content type='text'>
* Upgrade NuGet to 10.0.26100.1-preview.ge-release

* Upgrade NuGet to 10.0.26100.2 pre

* Upgrade NuGet to 10.0.26100

* Upgrade NuGet to 10.0.26100.1

* Update Building-Locally.md

* Update Building-Locally.md</content>
</entry>
<entry>
<title>Update Building-Locally.md</title>
<updated>2024-04-25T01:08:42Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-04-25T01:08:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e75cdef627c3dd9bc590ecf92ad238b0340386b8'/>
<id>urn:sha1:e75cdef627c3dd9bc590ecf92ad238b0340386b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NuGet notes (#1120)</title>
<updated>2024-04-19T00:33:50Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-04-19T00:33:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=ca95cb5eeb3c113b46c7f9a6fbd9d45c68b0bfcd'/>
<id>urn:sha1:ca95cb5eeb3c113b46c7f9a6fbd9d45c68b0bfcd</id>
<content type='text'>
* NuGet notes

* Update Building-Locally.md

* Update Building-Locally.md: Update instructions for usb\usbview sample

* Update Building-Locally.md

* Update Building-Locally.md

* Update Building-Locally.md

* Update Building-Locally.md

* Update Building-Locally.md

* Update Building-Locally.md

* Update Building-Locally.md

* Update Building-Locally.md

* Update Building-Locally.md

* Update Building-Locally.md</content>
</entry>
</feed>
