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: PandaWood/ExceptionReporter.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: projects-to-sdk
Choose a base ref
...
head repository: PandaWood/ExceptionReporter.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 122 files changed
  • 3 contributors

Commits on Jun 13, 2021

  1. #53 click on Save button save an archive with FilesToAttach instead o…

    …f .txt (#54)
    
    * code: Add ZipReportService.
    ExceptionReportView - SaveClick now save to zip file.
    Attacher - rename File property to FileService.
    
    * code: ZipReportService - add UnitTests
    makeProjectGreatAgain authored Jun 13, 2021
    Configuration menu
    Copy the full SHA
    d8b820e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3e1e6d View commit details
    Browse the repository at this point in the history
  3. Update solution/project

    Rename sln file to a single/common one
    Small tidy of initializers in ZipService
    PandaWood committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    5d6368a View commit details
    Browse the repository at this point in the history
  4. small tidy up of redundant code etc

    Just some fairly small changes (partially preferences/consistency) in coding after the last pull request
    PandaWood committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    dbb6380 View commit details
    Browse the repository at this point in the history
  5. addendum to remove Mock.Verify calls

    causes the build to fail, not aware that they are needed
    PandaWood committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    3629f21 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Updated all internal nuget packages to latest, except handlebars (mos…

    …t packages are just used in test project)
    
    #41 Cater for clipboard operation failing (catch exception and report failure to status/message)
    PandaWood committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    ab8b6da View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. add WPF version of ExceptionReporter

    WPF version is less featured and functions as a UserControl - so will need to document different usage - example in Demo.WPF
    PandaWood committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    cda63c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Configuration menu
    Copy the full SHA
    38833ef View commit details
    Browse the repository at this point in the history
  2. fix defaults in demo and remove spare file

    also fix test, simplemapi assembly is now simplemapi.net = didn't really mean to change that, but it makes sense
    PandaWood committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    61c1d1a View commit details
    Browse the repository at this point in the history
  3. remove the hard-coded backgroundcolor setting

    I must have hard-coded this while changing from Drawing.Color to hex string
    PandaWood committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    1633546 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa67381 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

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

Commits on Nov 20, 2021

  1. use condensed getter format

    PandaWood committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    f3f0203 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

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

Commits on Feb 4, 2023

  1. Added pt-br language (#63)

    mgpx authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    40cc980 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2026

  1. Modernize to net48/net10 and drop DotNetZip (v6.0)

    Multi-target net40 -> net48;net10.0-windows (WinForms & WPF libraries)
    
    Drop DotNetZip; use built-in System.IO.Compression
    
    Guard ClickOnce (System.Deployment) with #if for modern .NET
    
    WMI: framework ref on net48, System.Management NuGet on net10
    
    Bump Simple-MAPI.NET 1.2.0 -> 1.2.1 (native .NET asset)
    
    Convert WPF library and both demos to SDK-style projects
    
    Fix .sln casing (Net -> NET) so Tests loads on case-sensitive Linux
    
    Remove stale hard-coded absolute paths from csproj files
    
    Tests: multi-target net472 -> net48;net10.0; bump Test SDK/NUnit adapter; drop DotNetZip assertion
    
    Scope System.Resources.Extensions to net48; add Microsoft.NETFramework.ReferenceAssemblies for off-Windows net48 build
    
    Add Directory.Build.props for CA1416/SYSLIB0014; suppress test-only NU1701/NU1602
    
    Remove stale Moq binding redirect from Tests app.config
    
    Bump package version to 6.0 (minimum framework now 4.8)
    PandaWood committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    2e45bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191cdcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fb46a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    083a1a7 View commit details
    Browse the repository at this point in the history
Loading