Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/RehanSaeed/Serilog.Exceptions

Log exception details and custom properties that are not output in Exception.ToString().
https://github.com/RehanSaeed/Serilog.Exceptions

Ignore SC1600 rule(comment all classes and methods) for test project.

b6be93e5997191f18fa564b7df491303c2019397 authored almost 7 years ago
Fix warning in CLEAN step of CAKE build, DeleteDirectories overfload was obsolete

129dd6dd3d1466986ab57d80c8bd59a1521878b2 authored almost 7 years ago
Merge pull request #53 from krajek Document public API

0034b1fce779f195d57b4819bfa9785647a615d5 authored almost 7 years ago
Enable SA1601 stylecop rule

b9b01e1886d0d7617e0be10e195cf19267694064 authored almost 7 years ago
Enable SA1602 style cop rule

056f2ddf807c7d3569394735e20bc6a0a7404b4d authored almost 7 years ago
Mention in CHANGELOG that documentation comments were added

16f6a7e67e92f17ccb62abca4fecec6c0f42e1a5 authored almost 7 years ago
Stylecop fix: Move using to namespace

b4d3b86cf95dea6e36854f88aa26a24fd9b8f7a9 authored almost 7 years ago
Enabled strict style cop rule about commenting code elements and fill rest of the missing comments

b52532cb493486d70c24820f8f03e23ccf83fc2d authored almost 7 years ago
Mention `IExceptionDestructurer` API change in CHANGELOG

70de51199670882dffed912b8cbede93f348a627 authored almost 7 years ago
Comments for essential parts of public API

dda0d88e3125e366798676c7260f5a7fa5312075 authored almost 7 years ago
Default configuration ignoring StackTrace and TargetSite.

2f0167fdc81bf5cc2a718d399f9ca6d16f27b177 authored almost 7 years ago
Make old configuration methods with list of destructurers obsolete, use new fluent API

605777451067a80c29b7b574b5dc24c5e2f7acb3 authored almost 7 years ago
Remove `WithProperties` and `WithLazyProperties`, not used methods

9b0a021cbbf2a98f1fa5dc872bbd3400c04646e1 authored almost 7 years ago
Document LoggerEnrichmentConfigurationExtensions

35b06f4b4275615a4824781a04b9ab49d86ee556 authored almost 7 years ago
Merge pull request #49 from krajek Allow configuration of root property name and destructuring depth

Introduces new fluent configuration API.

87ec6382060fb8374e1f93d3969e1dd772133958 authored almost 7 years ago
Fixed after PR review

0f97db67df2c3b74faf3830f9a3e88638c647f48 authored almost 7 years ago
README entry for destructuring depth configuration

ad9752c15401aad1df6615b7791b9f4a66b3724d authored almost 7 years ago
CHANGELOG entry for depth configuration

4a407f0dd8303a0bd6892d3cb5fd8406da68e751 authored almost 7 years ago
Configure destructuring depth

71a7accbd237e5504d2ff2fa1d9709d9e831f617 authored almost 7 years ago
Merge branch 'master' into configure_root_property_name

fbbce5ef952ea7581b30673577130e97ffefe277 authored almost 7 years ago
Retrospectively fill CHANGELOG for 2.5.0

166ca1d9fc2eda928802e65624fca04ecab8bd06 authored almost 7 years ago
Retrospectively fill change log for 3.0.0

28e5f900807d997b664b32fdc037a42eb71ba907 authored almost 7 years ago
Fix WithDefaultDestructurers usage in README

2bbdaf359ac71089bcdd8d12503424d78e0bda68 authored almost 7 years ago
Update CHANGELOG for the new DestructuringOptionsBuilder API

b235633efbb85e6678bb60ea79d27f7aabd7cf09 authored almost 7 years ago
Update fitler section of README for new DestructuringOptionsBuilder API

4e2c414afb4c4f3964b8a1d258fced499e434c6b authored almost 7 years ago
Update README for new DestructuringOptionBuilder API

72bd43e02c693d22281f198657373fde2b9e6f2f authored almost 7 years ago
Merge branch 'master' into configure_root_property_name

28c542f484a8fe3b3e6e3c9e6b026f1c897bed57 authored almost 7 years ago
Merge branch 'master' into configure_root_property_name

fcacd891c32ce6ddd379fc77269cddfa901ab655 authored almost 7 years ago
Merge pull request #51 from krajek/init_changelog

Introduce CHANGELOG.md based on [keepthechangelog homepage](http://keepachangelog.com).
From no...

4a877d3c10d50210fd7b7bb4f8a57d660ac3fb91 authored almost 7 years ago
Ignore Benchmark project when creating package

65f6999dc58c8980ec8cc529ecb4bedd62c7b9fa authored almost 7 years ago
Introducing DestructuringOptionsBuilder

7704a95dbc0d85fb090f5e345f380cb7e9d408b7 authored almost 7 years ago
Add changelog version navigation part

c1bf77431a533a85a230dfd4ba025c33b943b275 authored almost 7 years ago
Inition CHANGELOG.md

41dcde5f228890a554d44d3e6b7971ad11643804 authored almost 7 years ago
Name of RootName parameters in docs

105e5b4260cc3d83d2b254c85abe685e0eec0eb2 authored almost 7 years ago
Docs about destructuring options

6f2e1f994d3cbc41e83dfcd1d0b1e391311301b8 authored almost 7 years ago
Merge pull request #48 from alphacloud/feature/46-uri Represent Uri as string

Represent Uri as string, not destructure it, closes #46

4b754830e7fe495c5a4bb7c5f91081a5ceb4a1f8 authored almost 7 years ago
Incorporate PR feedback

1c7d0c3067da42e645b03e5985d047314cd57c6d authored almost 7 years ago
Fix StyleCop warnings

0d1a6f8b88ba3c720e518f7ef1ce60d9690dd037 authored almost 7 years ago
Represent Uri as string, not destructure it, closes #46

55af49dbd66c6bb4efe98f7ddf0f1c42302c3cde authored almost 7 years ago
API for passing destructuring options and test for usage of custom root name

0932f99593448917e53bce4272ed7aeb8b307040 authored almost 7 years ago
Introduce IDestructuringOptions

8e4424c4a7fa1b3b45504e42439918acab96d016 authored almost 7 years ago
Merge pull request #40 Improve the performance of the reflection destructurer

BenchmarkDotNet library and Serilog.Exception.Benchmarks project were added.
The properties of ...

656a2b4122602a5bcdbb34bc150fae4435a860ec authored almost 7 years ago
Remove fastmember dependency, just cache GetPropertyInfo result

0fec6e791d5eb8c61528c8be35ea7a459c68b306 authored almost 7 years ago
Merge pull request #44 from krajek/fix_exception_passed_to_filter

Fix the exception passed to the filter

fef06ce72aba02d7cf732f2eee83603e20a36f15 authored about 7 years ago
Update README.md

fa4b5f968ff88b1e853f740e05a25fa4798e0e98 authored about 7 years ago
Update README.md

884f9df54c204e3fa77d7e93a70c62fd521be629 authored about 7 years ago
Merge pull request #45 from krajek/revert_to_old_visual_studio_version

Attempt to fix issue with incorrect runtime found for test project

7209e2811c49877aea9e15a9c6115830fddf0a8e authored about 7 years ago
Attempt to fix build: issue with incorrect runtime found for test project

aafce48497ba248368934ef0d0cdc98125862c84 authored about 7 years ago
Fix the exception passed to the filter

8e0b18973d6c191fad6722b385b038a7151b34f7 authored about 7 years ago
Update README.md

ae49eee8a42b701b93deabd2bf33bcf3addd01dc authored about 7 years ago
Update README.md

b19e28b00492d606e44574bb79d4d2af411006e9 authored about 7 years ago
Merge pull request #42 from krajek/fix_name_of_name_filter_in_doc

Fix name of IgnorePropertyByNameExceptionFilter in README

49b5cd6199bebada06a274eb8f2e58fdc4499f55 authored about 7 years ago
Fix name of IgnorePropertyByNameExceptionFilter in README

7d811bdc1a37120647e9783331b51298c4164ba4 authored about 7 years ago
Added memory diagnoser to benchmark

f9bcf03fa53ccb6f4a339f01306825e9dae52b37 authored about 7 years ago
Remove old reflection destructurer, only new one based on fastmember remains

f0db2faf747022a1106d9322a1c1e09721ac58f9 authored about 7 years ago
Remove old benchmark results

b079237a537aeff3e09ae4a44510b964153ab2aa authored about 7 years ago
Turn on StyleCop on Benchmark project

d686516b154925c80e190be22ce0f78f35d8190a authored about 7 years ago
Move Benchmark project to Tests directory

38eb6bdc43706ff643e0240eee80f1f407e5145f authored about 7 years ago
Extract files for classes in Benchmark project

65ab77ae4b5f60c5f92aa76004d9a275d4a29863 authored about 7 years ago
Target net46 in Benchmark project, use Clr job to have reasonable results

0bd1b19a924b6dd6a1cd891a84c27a998ad34b77 authored about 7 years ago
Change benchmark project to .NET Core project

774ed4a1f0459691692e3740ce1232b18eef1238 authored about 7 years ago
Extract method generating properties list and reflection accessor

cb17011ee025061795d52ed01255f1e6d12065aa authored about 7 years ago
Change project name from Serilog.Benchmarks to Serilog.Exception.Benchmarks

122380f6f980a48e15c96110af067cc7d8a6f582 authored about 7 years ago
Fix CustomDestructurer benchmark, base exception properties were missing

4a3ad038b183adcf14dae67d409e7bbc87ffba1f authored about 7 years ago
Introduce benchmark and fast reflection destructurer

19e656d2ec02f8ee663b43be32905ba9053f6ab4 authored about 7 years ago
Merge pull request #37 from krajek/generic_properties_filter

Generic exception properties filter

c761eddc1d50a6a952a8cf8acb33c6473b34e214 authored about 7 years ago
Merge pull request #39 from krajek/master

Update first example to new RollingFile API

2aa504eb736db0315be5f92f4278bd594d085a67 authored about 7 years ago
Update first example to new RollingFile API

dcd88e2c80fddedac845d3cf54fa32e02e0e25ea authored about 7 years ago
Null check for exception argument of ExceptionPropertiesBag

4d9b27ee9e813f34dbd3cac949e4b0984859b26c authored about 7 years ago
Passing exception object instead of only its type to filter

7a9cd1da55813f9411f4f32ab6b4d73446d81e57 authored about 7 years ago
Document fail-fast approach for exception bag property add after results collected

228c5d7f6590272a3ceec5342cf30c71eecae3bd authored about 7 years ago
Better name for name property filter

1923d7c450aaad2da4cd9263a745d89d3f3ffef0 authored about 7 years ago
Default filter and readme documentation for filter.

f1d524b5944e1049bd4168fc11bf0e977449253d authored about 7 years ago
Documentation for IExceptionPropertyFilter

30c6747350c7c8f1567c76a2441bc126c2995da7 authored about 7 years ago
Rename CompositeFilter to CompositeExceptionPropertyFilter

04177b7f135ec3b144b3d2bde16a8924ddb4bfbf authored about 7 years ago
Rest of tests for CompositeFilter

83a57181c7608ee04ea2bae812ed098e25879cb4 authored about 7 years ago
Introduce CompositeFilter

b6194b4d2b8410123df15bfc24e78c4ed1529d9e authored about 7 years ago
Extract Filters directory

098cfca02742cff3aa92895feba2a44d46dee24a authored about 7 years ago
Change ResultsProperty to method, because of its side effect

726d4dec01440a2f7ab4613bcee67bda44dddf55 authored about 7 years ago
PR review fixes

3660cc12fa3f774caf99133e46fa00505813bf86 authored about 7 years ago
Merge pull request #36 from krajek/update_example

Update example code to latest API of Serilog.RollingFile

bcc0b85957ed95eac09f287f6cf239cdd9c8ab97 authored about 7 years ago
Comment the array lookup implementation

5307e2bcf84b08f4d5d388d13b75fddcb4efa5f4 authored about 7 years ago
Filter configuration in LogEnchrichmentExtensions

4c85b1cae0948b8adb90346eb6f9df5dc33e6d64 authored about 7 years ago
Add IExceptionPropertyFilter and its usage in ExceptionPropertiesBag

c7ec549553aba01f7e1453feb864ddc8f3460b41 authored about 7 years ago
Update example code to latest API of Serilog.RollingFile

2a34bad270cddba7ac92a748d21d1bd72bd1ff27 authored about 7 years ago
Tests for ExceptionPropertiesBag

424d2343bd0cee68369728b1531b1f82466fdd6f authored about 7 years ago
Extract ExceptionPropertiesBag to a separate file

b644da9aa1530c121ea87f5e28ca644fd591988e authored about 7 years ago
Introduce ExceptionPropertiesBag abstraction over raw dictionary

c2b1a4c04847bc57bd0c402733bb472239fda277 authored about 7 years ago
Remove System.Data types

bb306db4e926f6bd8dffb572b6c308ec9b7aa504 authored about 7 years ago
Revert "Stop creating list of exceptions for every instance"

This reverts commit 39ec00c2a9763c4363a456546bb25a1800c790b2.

c75c54a1278d1d6f196e38c14853c7d9591f7e32 authored about 7 years ago
Stop creating list of exceptions for every instance

39ec00c2a9763c4363a456546bb25a1800c790b2 authored about 7 years ago
Upgrade test packages

e3f6cc55c6d4e3f8bf55657e2162c2514e380ceb authored about 7 years ago
Remove Sql dependency and bumb version

aa3cc79c0356cd2b8298f204c2fc1080aab1e65c authored about 7 years ago
Upgrade tool to 2.0

b17b12efbf6d79a6cdb7d18a9ad4807b0cd18040 authored about 7 years ago
Merge pull request #31 from alphacloud/feature/27-SqlServerDependency

Feature/27 sql server dependency

14a35c4d23f5fe2f523029f61a93119e780d6b59 authored about 7 years ago
Move SqlExceptionDestructurer to Serilog.Exceptions.SqlServer assembly, closes #27

e0cb5603010898fb5a55e7cb7ec24dc20167fbe7 authored over 7 years ago
Merge pull request #30 from krajek/master

Fix adding exception type description if "Type" property is present

f95e9ceeecbce9bb0fe5a810dc61190bc3061100 authored over 7 years ago
Fix adding exception type description if "Type" property is present

0c25c380652f58ee59cee5731cbf955f4ad50073 authored over 7 years ago
Update xunit and moq

3f8dc114cfe294fe381131272278c5d7b347d8fa authored over 7 years ago
change working directory

b85c05ab99d669d317bee2e7938cfba17043368d authored over 7 years ago