Skip to content
#

exception

Here are 261 public repositories matching this topic...

amantinband
amantinband commented Mar 16, 2022

Add the following extensions methods for dictionaries:

var dictionary = new Dictionary<string, string>
{
    ["key1"] = "value1",
    ["key2"] = "value2",
};

dictionary.Throw().IfContainsKey("key1");
dictionary.Throw().IfNotContainsKey("key3");

And the corresponding dictionary properties extension methods:

var dictionary = new Dictionary<string, string
enhancement good first issue
Serilog.Exceptions
RehanSaeed
RehanSaeed commented Oct 19, 2021

Describe the feature

To avoid using reflection we can create custom destructurers for more exception types. ArgumentExceptionDestructurer is a good example for how to do this.

  • System.AggregateException
  • System.BadImageFormatException
  • System.Diagnostics.Contracts.ContractException
  • System.Globalization.CultureNotFoundException
  • System.IO.FileLoadException
enhancement help wanted good first issue
brkn
brkn commented May 19, 2022

Description

Pluralize method is defined like this

https://github.com/poppinss/utils/blob/f0a591bd418a7f3853a2725ea5883728814c67d5/src/Helpers/string.ts#L138-L140

But the pluralize func at the pluralize package accepts 2 other parameters

https://github.com/plurals/pluralize/blob/36f03cd2d573fa6d23e12e1529fa4627e2af74b4/pluralize.js#L175

Can we pass the count parameter at the plura

Good First Issue

C++ Framework For Fast Development: OOP wrappers and helpers for OpenCL, SQLite, Microsoft RPC API (DCE), Windows Web Services API (SOAP), Extensible Storage Engine (ESENT) and Service Broker (SQL Server). Also: garbage collection, exception handling, logging, stack tracing and command line parser. Ports available from POSIX to Windows 10 Mobile.

  • Updated Jul 8, 2022
  • C

Improve this page

Add a description, image, and links to the exception topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the exception topic, visit your repo's landing page and select "manage topics."

Learn more