JLib.Exceptions
0.4.2
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package JLib.Exceptions --version 0.4.2
NuGet\Install-Package JLib.Exceptions -Version 0.4.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JLib.Exceptions" Version="0.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JLib.Exceptions --version 0.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: JLib.Exceptions, 0.4.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JLib.Exceptions as a Cake Addin #addin nuget:?package=JLib.Exceptions&version=0.4.2 // Install JLib.Exceptions as a Cake Tool #tool nuget:?package=JLib.Exceptions&version=0.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
JLib.Exceptions
Provides a standardized way to create, aggregate and throw exceptions.
Issues with the current implementation
- The ExceptionBuilder does not have any way to remove children if they have no content - leading to unneccessary memory allocations
- Solution: The ExceptionBuilder could derive from IDisposable. When disposed, it will freeze and, if empty, remove itself from the parent
- The JLibException and JLibAggregateException sound similar but represent different UseCases:
- Exception:
- JLibException: An exception thrown by the JLib itself
- JLibAggregateException: extended aggregate exception which can be used by everyone, optimized for better readabillity
- Solutions:
- Delete the JLibAggregateException and move the utility to an Extension Method
- Drawback: the ToString has to be overridden manually to get the improved message
- Rename JlibAggregateException to ExtendedAggregateException
- Drawback: The name is long and not very descriptive
- Discard the JLibException as base-class for all exceptions thrown by the JLib
- Drawback: Exceptions from the JLib can no longer be easily distinguished from other exceptions
- is this even a reasonable usecase?
- Drawback: Exceptions from the JLib can no longer be easily distinguished from other exceptions
- Delete the JLibAggregateException and move the utility to an Extension Method
- Exception:
- the JLibAggregateException.Message does not behave like the default (containing only the message) but instead contains the whole tree
- Solutions:
- move the tree functionality to the ToString method
- Solutions:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- JLib.Helper (>= 0.4.2)
-
net7.0
- JLib.Helper (>= 0.4.2)
-
net8.0
- JLib.Helper (>= 0.4.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on JLib.Exceptions:
Package | Downloads |
---|---|
JLib.ValueTypes
Package Description |
|
JLib.Reflection
Package Description |
|
JLib.DataProvider
Package Description |
|
JLib
Metapackage for all JLIb packages |
|
JLib.AspNetCore
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.8 | 507 | 10/18/2024 |
0.8.7 | 418 | 10/18/2024 |
0.8.6 | 365 | 10/17/2024 |
0.8.5 | 460 | 9/18/2024 |
0.8.4 | 402 | 9/18/2024 |
0.8.3 | 497 | 9/11/2024 |
0.8.1 | 555 | 9/2/2024 |
0.8.0 | 434 | 8/28/2024 |
0.7.6 | 468 | 8/27/2024 |
0.7.5 | 442 | 8/27/2024 |
0.7.4 | 456 | 8/27/2024 |
0.7.3 | 467 | 8/27/2024 |
0.7.1 | 387 | 7/24/2024 |
0.7.0 | 559 | 7/23/2024 |
0.6.2 | 674 | 4/10/2024 |
0.6.1 | 448 | 3/15/2024 |
0.6.0 | 434 | 3/15/2024 |
0.5.0 | 438 | 3/14/2024 |
0.4.5 | 457 | 3/13/2024 |
0.4.4 | 447 | 3/12/2024 |
0.4.3 | 516 | 3/12/2024 |
0.4.2 | 480 | 3/7/2024 |
0.4.1 | 440 | 3/7/2024 |
0.4.0 | 460 | 3/6/2024 |
0.3.0 | 467 | 2/29/2024 |
0.2.0 | 448 | 2/14/2024 |