Dotnet examples RC1#80
Open
echobravopapa wants to merge 5 commits into
Open
Conversation
Remove tracked .vs/ IDE artifacts (already covered by .gitignore).
- Bump package version from 1.0.0-1092-beta.2 to 1.0.0-beta.3-1222 across all projects - Update target framework from net8.0 to net10.0 (required by new package) - Update IAuthInitialize.GetCredentials signature: IDictionary<string,string> -> IConfiguration - Update CacheFactory instantiation in jsonconfig to use ConfigurationBuilder (API change) - Add Microsoft.Extensions.Configuration.Json 9.0.0 to jsonconfig ai-assisted=yes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- prometheus: exposes GemFire .NET Client metrics via OpenTelemetry Prometheus exporter - sessionstate: backs ASP.NET Core session state with GemFire using IDistributedCache - Update GemFireClientExamples.sln to include both new projects - Update README.md with Web/ASP.NET and Observability sections ai-assisted=yes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Target .NET 10.0 SDK (required by new package) - Require GemFire 10.3+; update docs URL from 10.2 to 10.3 - Fix clone URL and path to gemfire/gemfire-examples repo - Add chmod/Set-ExecutionPolicy note for script executability - Supported OSes: replace Ubuntu 22.04 with RHEL 10; remove JetBrains Rider - Update all PackageReference versions and dependency list from nuspec ai-assisted=yes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
First GA RC: bump all csproj package references (gemfire.client and gemfire.client.session), INSTALLATION.md version strings and nupkg filenames, NuGet.config local path, and all README techdocs URLs from 1-0-beta to 1-0. ai-assisted=yes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is updated examples targeting the initial RC and likely GA version.