Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactiveui/Akavache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.3.3
Choose a base ref
...
head repository: reactiveui/Akavache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.4.1
Choose a head ref
  • 11 commits
  • 57 files changed
  • 2 contributors

Commits on Sep 6, 2025

  1. Implement Cross-Platform Conditional TargetFrameworks (#1104)

    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: glennawatson <[email protected]>
    Copilot and glennawatson authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    6088e23 View commit details
    Browse the repository at this point in the history
  2. Update copilot instructions to reflect improved cross-platform suppor…

    …t with .NET 9 and workloads (#1109)
    
    * Initial plan
    
    * Update copilot instructions to reflect improved cross-platform support
    
    Co-authored-by: glennawatson <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: glennawatson <[email protected]>
    Copilot and glennawatson authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    0a4663e View commit details
    Browse the repository at this point in the history
  3. Fix constructor ordering issue in Akavache v11 settings cache path co…

    …nfiguration (#1107)
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: glennawatson <[email protected]>
    Copilot and glennawatson authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    8adce72 View commit details
    Browse the repository at this point in the history
  4. Fix Android FileNotFoundException crash in AkavacheBuilder constructor (

    #1110)
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: glennawatson <[email protected]>
    Copilot and glennawatson authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    bc36427 View commit details
    Browse the repository at this point in the history
  5. Delete copilot metadata md files (#1111)

    * Delete src/PR_Description.md
    
    * Delete src/PR_Description_Updated.md
    glennawatson authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    cc30dd9 View commit details
    Browse the repository at this point in the history
  6. Comprehensive documentation enhancement with tutorials and improved d…

    …eveloper experience (#1106)
    
    * Initial plan
    
    * Move sample documentation from src/Samples/ to docs/ structure
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Create core documentation files: installation, migration, configuration, serializers, cache-types, basic-operations
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Create remaining documentation files: platform-notes, performance, best-practices, troubleshooting guide, and docs index
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Complete README restructuring: Replace monolithic README with focused quick-start guide linking to comprehensive docs structure
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Fix System.Text.Json .NET Framework support documentation
    
    Correct inaccurate information about System.Text.Json compatibility with .NET Framework. System.Text.Json does support .NET Framework 4.6.2+ via NuGet package, not just .NET 5+.
    
    - Update decision matrix to show System.Text.Json supports .NET Framework 4.6.2+
    - Clarify AOT support is .NET 5+ only
    - Update installation guide with correct framework support
    - Improve guidance on when to use each serializer
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Update documentation to reflect correct supported framework targets: netstandard2.0, net8.0, net9.0 and mobile targets
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Update documentation to include .NET Framework 4.6.2/4.7.2 support
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Add missing documentation: .WithAkavache DI pattern and comprehensive Akavache.Settings guide
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Add settings basics to main README.md for better discoverability
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Fix documentation errors: correct Akavache.Settings usage, DI patterns, and UWP reference
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Restore comprehensive README content to match main branch - preserve all material with improved structure
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Restructure documentation: focused README with comprehensive docs in /docs folder - all content preserved and consistent with main branch
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Remove old/backup files and clean up documentation structure
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Replace Open Collective sections with acknowledgments for core libraries and their maintainers
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Restructure documentation: focused README with comprehensive /docs organization and remove ReactiveUI Foundation reference
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Complete documentation restructure with comprehensive content preservation
    
    - Enhanced docs/performance.md with complete PERFORMANCE_SUMMARY.md and BENCHMARK_REPORT.md content from main branch
    - Verified all sample files content is captured in docs/patterns/ and docs/troubleshooting/
    - Ensured all main branch content is preserved and consistent across 15 documentation files
    - Maintained focused 298-line README with essential quick-start content
    - Updated PR description to emphasize end-user benefits and content preservation
    - All content from main branch samples, performance reports, and comprehensive README is captured
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Add back in content
    
    * Add back the example about drawing
    
    * Update http operations
    
    * Update http operations tutorial
    
    * Update the settings.md file
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: glennawatson <[email protected]>
    Copilot and glennawatson authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    76c4b8c View commit details
    Browse the repository at this point in the history
  7. Fix NUnit test timeouts and parallelization for static state isolation (

    #1113)
    
    * Initial plan
    
    * Implement NUnit test timeouts and parallelization fixes
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Final test fixes and validation - NUnit timeout implementation complete
    
    Co-authored-by: glennawatson <[email protected]>
    
    * Update Settings test timeouts from 15/20 seconds to 1 minute
    
    Co-authored-by: glennawatson <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: glennawatson <[email protected]>
    Copilot and glennawatson authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    9f184bd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. Configuration menu
    Copy the full SHA
    494b4fa View commit details
    Browse the repository at this point in the history
  2. housekeeping: Enable Windows targeting in AkavacheTodoWpf project

    To allow linux/mac os to compile the project as needed.
    glennawatson authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    a48ec94 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Fix macOS unit test isolated storage failure with runtime platform de…

    …tection (#1115)
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: glennawatson <[email protected]>
    Copilot and glennawatson authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    d6a0c96 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Configuration menu
    Copy the full SHA
    d07e90a View commit details
    Browse the repository at this point in the history
Loading