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: nanoframework/CoreLibrary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.0-preview.15
Choose a base ref
...
head repository: nanoframework/CoreLibrary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0-preview.16
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Mar 13, 2022

  1. Rework SpanByte (#178)

    * Fix nullable warning
    
    The compiler was throwing a warning that it was possible for the constructer to return null in certain circumstances.
    This rearranges the function so that cannot happen.
    
    * Fix CodeSmell: Use NullReferenceException
    
    * Fix comments
    
    * Remove messages from exception constructors 
    - Also add compiler defs to disable sonarcloud analysis on exceptions.
    
    * Fix param check on constructor
    
    * Fix comment close tags
    
    * More fixes in comments tags
    
    Co-authored-by: José Simões <jose.simoes@eclo.solutions>
    networkfusion and josesimoes authored Mar 13, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f9decce View commit details
Loading