Skip to content

v3.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jul 14:22
e7d8f71

What's Changed

  • chore: notify docs site after benchmark data is published by @vbreuss in #804
  • chore: Bump TUnit.Mocks from 1.55.2 to 1.56.25 by @dependabot[bot] in #806
  • chore: Bump actions/checkout from 6 to 7 by @dependabot[bot] in #805
  • chore: Bump TUnit.Mocks from 1.56.25 to 1.57.0 by @dependabot[bot] in #809
  • chore: Bump Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0 by @dependabot[bot] in #808
  • chore: Bump Azure.Storage.Blobs from 12.29.0 to 12.29.1 by @dependabot[bot] in #807
  • chore: Bump Microsoft.CodeAnalysis and Microsoft.CodeAnalysis.CSharp.Workspaces by @dependabot[bot] in #812
  • chore: Bump Microsoft.CodeAnalysis.Analyzers and 3 others by @dependabot[bot] in #810
  • chore: Bump Microsoft.CodeAnalysis.Common and 2 others by @dependabot[bot] in #811
  • chore: Bump TUnit.Mocks from 1.57.0 to 1.59.0 by @dependabot[bot] in #815
  • chore: Bump NSubstitute from 5.3.0 to 6.0.0 by @dependabot[bot] in #813
  • chore: Bump Testably.Abstractions from 10.2.0 to 10.3.0 by @dependabot[bot] in #814
  • chore: Bump actions/setup-dotnet from 5 to 6 by @dependabot[bot] in #816
  • chore: Bump SharpCompress from 0.49.1 to 0.50.0 by @dependabot[bot] in #819
  • chore: Bump Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1 by @dependabot[bot] in #817
  • chore: Bump Microsoft.SourceLink.GitHub from 10.0.300 to 10.0.301 by @dependabot[bot] in #818
  • chore: Bump TUnit.Mocks from 1.59.0 to 1.61.15 by @dependabot[bot] in #820
  • chore: Bump LibGit2Sharp from 0.31.0 to 0.32.0 by @dependabot[bot] in #821
  • chore: Bump TUnit.Mocks from 1.61.15 to 1.61.38 by @dependabot[bot] in #823
  • chore: Bump SharpCompress from 0.50.0 to 0.50.1 by @dependabot[bot] in #822
  • test: cover cross-assembly accessibility in the source generator by @vbreuss in #824
  • fix: refuse to mock types with an inaccessible required member by @vbreuss in #825
  • fix: keep types mockable when an inaccessible member is already implemented by @vbreuss in #826
  • refactor: move assertion rationale from comments into .Because(...) by @vbreuss in #827
  • fix: keep the reachable accessor of a partly inaccessible property by @vbreuss in #828
  • feat!: only expose property accessors the mock intercepts by @vbreuss in #829
  • fix: require Roslyn 5.0 instead of 5.6 for the generator and analyzers by @vbreuss in #831
  • feat!: only expose indexer accessors the mock intercepts by @vbreuss in #830
  • feat!: narrow indexer surfaces with more than four keys by @vbreuss in #832

Full Changelog: v3.3.0...v3.4.0