Skip to content
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

Merge branch release/9.0 into main #5632

Merged
merged 24 commits into from
Nov 13, 2024

Conversation

joperezr
Copy link
Member

@joperezr joperezr commented Nov 12, 2024

This should be merged and not squashed.

Microsoft Reviewers: Open in CodeFlow

joperezr and others added 24 commits October 22, 2024 20:04
…es from aspnetcore and ru...

Enable producing stable versions and flow dependencies from aspnetcore and runtime

----
#### AI description  (iteration 1)
#### PR Classification
Dependency update

#### PR Summary
This pull request updates various dependencies to their stable versions and adjusts build configurations to support stable version production.
- Updated dependency versions from `9.0.0-rc.2` to `9.0.0` in `/eng/Version.Details.xml` and `/eng/Versions.props`.
- Modified `NuGet.config` to update package sources and disable certain internal feeds.
- Adjusted build pipeline configurations in `/azure-pipelines.yml` to remove the code coverage stage and disable source indexing.
- Added `SuppressFinalPackageVersion` property in multiple `.csproj` files to prevent final package versioning during development stages.
- Disabled NU1507 warning in `Directory.Build.props` for internal branches.
#### AI description  (iteration 1)
#### PR Classification
New feature

#### PR Summary
This pull request introduces new scripts and classes to enhance the functionality of the repository.
- Added `Get-RepoDigest.ps1` script to generate a repository digest report.
- Added `AzureAIInferenceEmbeddingGenerator.cs` to support embedding generation using Azure AI Inference.
- Added `repo-digest-template.html` to serve as a template for the repository digest report.
* Add NativeAOT testapp project for M.E.AI

* Address PR feedback
…otnet#5582)

* Lower AIJsonUtilities to STJv8 and move to Abstractions library.

* Add README.md
…t#5590)

* Plug JsonSchemaExporter test data to the AIJsonUtilities tests

* Update src/LegacySupport/DiagnosticAttributes/README.md

* Update src/Libraries/Microsoft.Extensions.AI.Abstractions/Utilities/AIJsonUtilities.Schema.cs

* Address feedback.
* Improve JsonSchemaExporter trimmer safety.

* Remove var

* Address feedback.

* Remove DynamicallyAccessedMemberTypes.All

* Extract reflection helpers into separate file and remove a number of warning suppressions.

* Re-enable failing tests that were patched in .NET 9
- Add a strongly-typed Enumerator
- Add a TryAdd method
- Add a DebuggerDisplay for Count
- Add a DebuggerTypeProxy for the collection of properties
* Add UseEmbeddingGenerationOptions

Counterpart to UseChatOptions

* Document/test null options returned from callback
* - handle serialization failures
- enforce payload quota
- enforce key validity
- add proper logging (infrastructure failure: needs attn)

# Conflicts:
#	src/Libraries/Microsoft.Extensions.Caching.Hybrid/Microsoft.Extensions.Caching.Hybrid.csproj

* - add "callback" to .dic
- log deserialization failures
- expose serialization failures
- tests for serialization logging scenarios

* support and tests for stability despite unreliable L2

* nit

* Compile for NS2.0

* include enabled check in our log output

* add event-source tracing and counters

* explicitly specify event-source guid

* satisfy the stylebot overloads

* nix SDT

* fix failing CI test

* limit to net462

* PR feedback (all except event tests)

* naming

* add event source tests

* fix redundant comment

* add clarification

* more clarifications

* dance for our robot overlords

* drop Microsoft.Extensions.Telemetry.Abstractions package-ref

* fix glitchy L2 test

* better tracking for invalid event-source state

* reserve non-printable characters from keys, to prevent L2 abuse

* improve test output for ETW

* tyop

* ETW tests: allow longer if needed

* whitespace

* more ETW fixins

---------

Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
@joperezr joperezr requested review from a team as code owners November 12, 2024 23:10
@joperezr joperezr merged commit ad3b5d0 into dotnet:main Nov 13, 2024
6 checks passed
RussKie added a commit to RussKie/extensions that referenced this pull request Nov 14, 2024
RussKie added a commit to RussKie/extensions that referenced this pull request Nov 22, 2024
RussKie added a commit to RussKie/extensions that referenced this pull request Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants