Commit 3e766a3
Restructure C# samples: unified csproj with OS detection
- Flatten dual windows/cross-platform csproj into single unified csproj per sample
- MSBuild IsOSPlatform condition auto-selects WinML on Windows, standard SDK elsewhere
- Move from GettingStarted/src/{Sample}/ to samples/cs/{sample-dir}/
- Each sample gets its own .sln file
- Rename HelloFoundryLocalSdk to native-chat-completions (aligns with docs)
- Remove old GettingStarted directory (windows/, cross-platform/, old .sln files)
- Update CI workflow to remove Windows/cross-platform skip logic
- Shared/Utils.cs referenced via Compile Include from 6 non-tutorial samples
- 4 tutorials get WinML support (previously cross-platform only)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a84f7f7 commit 3e766a3
File tree
55 files changed
+883
-662
lines changed- .github/workflows
- samples/cs
- GettingStarted
- cross-platform
- AudioTranscriptionExample
- FoundryLocalWebServer
- HelloFoundryLocalSdk
- ModelManagementExample
- ToolCallingFoundryLocalSdk
- ToolCallingFoundryLocalWebServer
- src
- TutorialChatAssistant
- TutorialDocumentSummarizer
- TutorialToolCalling
- TutorialVoiceToText
- windows
- AudioTranscriptionExample
- FoundryLocalWebServer
- HelloFoundryLocalSdk
- ModelManagementExample
- ToolCallingFoundryLocalSdk
- ToolCallingFoundryLocalWebServer
- audio-transcription-example
- foundry-local-web-server
- model-management-example
- native-chat-completions
- tool-calling-foundry-local-sdk
- tool-calling-foundry-local-web-server
- tutorial-chat-assistant
- tutorial-document-summarizer
- tutorial-tool-calling
- tutorial-voice-to-text
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+883
-662
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | 197 | | |
204 | 198 | | |
205 | 199 | | |
| |||
File renamed without changes.
This file was deleted.
Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 0 additions & 32 deletions
This file was deleted.
0 commit comments