-
Notifications
You must be signed in to change notification settings - Fork 19
Add Microsoft.Maui.Essentials.AI — on-device AI for .NET MAUI #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
70b2573
ad8574c
c76adda
3a647e5
c7a470b
341dac6
94a8648
d39547c
998ad5f
a161b10
42fe5aa
0afb5e7
785cc44
2279b97
663adc3
b7a0450
e5fbaed
237c907
8dfe708
03c841d
7696aa6
e8a7f24
447b0a9
5b23d74
a78e655
def9d3a
faaab46
c149a3b
cc3103a
f4140b9
80ac06d
a31202b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| name: CI - EssentialsAI | ||
|
|
||
| on: | ||
| push: | ||
| branches: [main] | ||
| paths: | ||
| - 'src/AI/**' | ||
| - 'tests/AI/**' | ||
| - 'samples/Microsoft.Maui.Essentials.AI.Sample/**' | ||
| - 'eng/**' | ||
| - 'Directory.Build.props' | ||
| - 'Directory.Build.targets' | ||
| - 'Directory.Packages.props' | ||
| - 'global.json' | ||
| - 'NuGet.config' | ||
| pull_request: | ||
| types: [opened, synchronize, reopened, edited] | ||
| branches: [main] | ||
| paths: | ||
| - 'src/AI/**' | ||
| - 'tests/AI/**' | ||
| - 'samples/Microsoft.Maui.Essentials.AI.Sample/**' | ||
| - 'eng/**' | ||
| - 'Directory.Build.props' | ||
| - 'Directory.Build.targets' | ||
| - 'Directory.Packages.props' | ||
| - 'global.json' | ||
| - 'NuGet.config' | ||
|
|
||
| jobs: | ||
| build: | ||
| uses: ./.github/workflows/_build.yml | ||
| with: | ||
| project-path: src/AI/EssentialsAI.slnf | ||
| project-name: essentialsai | ||
| run-tests: true | ||
| pack: true | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,7 @@ | |
| <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" protocolVersion="3" /> | ||
| <add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" protocolVersion="3" /> | ||
| <add key="dotnet11" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json" protocolVersion="3" /> | ||
| <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 CRITICAL — Direct Repo policy (AGENTS.md, NuGet.config instructions) explicitly states: "Do NOT add nuget.org as a direct source." The official Azure DevOps build ( Recommendation: Remove this line. All public packages (DeviceRunners, Microsoft.Extensions.AI, OpenAI, etc.) should be available via the existing
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Acknowledged — the policy violation is real. The |
||
| </packageSources> | ||
| <disabledPackageSources> | ||
| <clear /> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.