Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Refactor FacilityCode bitshift op to Facility properties #605

Merged
merged 6 commits into from
Sep 10, 2022

Commits on Jul 25, 2022

  1. Refactor usage of NTSTATUS.SeverityShift

    * refactor bit shift of enum NTSTATUS.SeverityCode to property NTSTATUS.Facility
    * refactor NTStatusFacts.Facility() to acknowledge new bit equation.
    
    BREAKING CHANGE
    * All values of enum NTSTATUS.SeverityCode have changed!
    BinToss committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e030b95 View commit details
    Browse the repository at this point in the history
  2. Refactor usage of HResult.SeverityShift

    * refactor bit shift of enum HRResult.SeverityCode to property HResult.Facility
    * refactor HResultFacts.Severity()
    
    BREAKING CHANGE
    * All values of enum HResult.SeverityCode have changed!
    BinToss committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    bc0b6e4 View commit details
    Browse the repository at this point in the history
  3. Refactor FacilityCode bitshift op to Facility properties

    closes dotnet#604
    
    * refactor bit shift op of enum NTSTATUS/HResult.FacilityCode
    to properties NTSTATUS.Facility and HResult.Facility,
    respectively.
    * refactor NTSTATUSFacts, HResultFacts
    * update public API sheet
    
    BREAKING CHANGE
    * All values of enum HResult.FacilityCode, NTSTATUS.FacilityCode have changed!
    BinToss committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    5265f77 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    a87ecb6 View commit details
    Browse the repository at this point in the history
  2. Fix remaining build warnings

    AArnott committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    6553e58 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. More test and product fixes

    AArnott committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    ce2d380 View commit details
    Browse the repository at this point in the history