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: open-feature/dotnet-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: open-feature/dotnet-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.1
Choose a head ref
  • 6 commits
  • 11 files changed
  • 8 contributors

Commits on Mar 14, 2024

  1. ci: Generate SBOM (#245)

    ## This PR
    Generates Software Bill of Materials (SBOM) as described in #159. Once
    NuGet/Home#12497 is implemented, the SBOM
    file(s) should be embedded in the published nuget packages. Until then,
    I've added the SBOM as an asset under the release.
    
    ### Known issue
    The SBOM file lists the dependences for all target frameworks combined.
    Once the above [NuGet ](NuGet/Home#12497
    is implemented, it should be changed, so there is one sbom created for
    each target framework with only the applicable references included.
    
    ### Related Issues
    Fixes #159
    
    ### How to test
    Unfortunately, this is somewhat cumbersome to test, as the logic in
    question only kicks in upon a release from the main branch. I've tested
    it myself this way:
    - Create new fork of this repo
    - Merge this branch to main in the new repo
    - Create a release in the new repo
    
    Signed-off-by: Jens Henneberg <jens.henneberg@phocassoftware.com>
    Co-authored-by: André Silva <2493377+askpt@users.noreply.github.com>
    jenshenneberg and askpt authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3bdcf77 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. chore(deps): update dependency coverlet.collector to v6.0.2 (#247)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [coverlet.collector](https://togithub.com/coverlet-coverage/coverlet)
    | `6.0.1` -> `6.0.2` |
    [![age](https://developer.mend.io/api/mc/badges/age/nuget/coverlet.collector/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/coverlet.collector/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/coverlet.collector/6.0.1/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/coverlet.collector/6.0.1/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>coverlet-coverage/coverlet (coverlet.collector)</summary>
    
    ###
    [`v6.0.2`](https://togithub.com/coverlet-coverage/coverlet/releases/tag/v6.0.2)
    
    ##### Fixed
    
    - Threshold-stat triggers error
    [#&#8203;1634](https://togithub.com/coverlet-coverage/coverlet/issues/1634)
    - Fixed coverlet collector 6.0.1 requires dotnet sdk 8
    [#&#8203;1625](https://togithub.com/coverlet-coverage/coverlet/issues/1625)
    - Type initializer errors after updating from 6.0.0 to 6.0.1
    [#&#8203;1629](https://togithub.com/coverlet-coverage/coverlet/issues/1629)
    - Exception when multiple exclude-by-attribute filters specified
    [#&#8203;1624](https://togithub.com/coverlet-coverage/coverlet/issues/1624)
    
    ##### Improvements
    
    - More concise options to specify multiple parameters in
    coverlet.console
    [#&#8203;1624](https://togithub.com/coverlet-coverage/coverlet/issues/1624)
    
    [Diff between 6.0.1 and
    6.0.2](https://togithub.com/coverlet-coverage/coverlet/compare/v6.0.1...v6.0.2)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View
    repository job log
    [here](https://developer.mend.io/github/open-feature/dotnet-sdk).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ab34c16 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. chore(deps): Project file cleanup and remove unnecessary dependencies (

    …#251)
    
    ## This PR
    
    - simplify the `InternalsVisibleTo` usage
    - cleanup msbuild condition
    - remove unnecessary dependencies
    
    ---------
    
    Signed-off-by: Weihan Li <weihanli@outlook.com>
    Co-authored-by: Benjamin Evenson <2031163+benjiro@users.noreply.github.com>
    WeihanLi and benjiro authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    79def47 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. chore: support v1 publishing

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b4a2409 View commit details
    Browse the repository at this point in the history
  2. fix: Add missing error message when an error occured (#258)

    Backport of #256
    
    Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
    Co-authored-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
    toddbaert and thomaspoignant authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    bd4c6cc View commit details
    Browse the repository at this point in the history
  3. chore(v1): release 1.5.1 (#259)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.5.1](v1.5.0...v1.5.1)
    (2024-04-09)
    
    
    ### 🐛 Bug Fixes
    
    * Add missing error message when an error occured
    ([#258](#258))
    ([bd4c6cc](bd4c6cc))
    
    
    ### 🧹 Chore
    
    * **deps:** Project file cleanup and remove unnecessary dependencies
    ([#251](#251))
    ([79def47](79def47))
    * **deps:** update dependency coverlet.collector to v6.0.2
    ([#247](#247))
    ([ab34c16](ab34c16))
    * support v1 publishing
    ([b4a2409](b4a2409))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3ff98b5 View commit details
    Browse the repository at this point in the history
Loading