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: dss-extensions/dss_sharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.1
Choose a base ref
...
head repository: dss-extensions/dss_sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.1
Choose a head ref
  • 6 commits
  • 22 files changed
  • 1 contributor

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    ff2d663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d948821 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

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

Commits on Mar 31, 2023

  1. dss_sharp.Error.UseExceptions: Toggle mapping Error.Number to C# exce…

    …ptions
    
    Previously, we forced the use of exceptions. Now users can easily toggle
    the behavior. The default will still be to use exceptions for the safety
    of new users, besides the added convenience.
    
    **Usage:** set `dss_sharp.Error.UseExceptions = false` to deactivate the
    automatic mapping. Other toggles as `Error.EarlyAbort` and the upcoming
    `DSS.CompatFlags` should be enough to more closely match the logic of
    older programs using the official COM DLL behavior even for the more
    lax usage of OpenDSS.
    
    Closes #15
    PMeira committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9fdd75e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcb60bf View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Updates for DSS C-API 0.13.1, includes basic sample

    - README.md: tweaks and pt-BR version.
    - csproj: Add README.md as PackageReadmeFile, add licenses
    - examples: add sample WinForms app and some notes, images
    - add a dss_sharp.targets for copying native DLLs when building framework projects
    PMeira committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c70e310 View commit details
    Browse the repository at this point in the history
Loading