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: master
Choose a head ref
  • 18 commits
  • 24 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
  2. Configuration menu
    Copy the full SHA
    4f7b7d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44efe28 View commit details
    Browse the repository at this point in the history
  4. examples: typos and wording

    PMeira committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3bd40d1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    1fb942c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39989a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa41848 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4029b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Updates for v0.13.3

    - Use DSS C-API 0.13.3
    - Add DSSCompatFlags.SaveCalcVoltageBases
    - Port the comment about WdgCurrents/Voltages and open terminals
    PMeira committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9309ffe View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Updates for v0.13.4

    PMeira committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9e9869e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Mar 13, 2024

  1. Prepare for DSS C-API 0.14.3.

    PMeira committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5895649 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    15de0f3 View commit details
    Browse the repository at this point in the history
Loading