Ecosyste.ms: OpenCollective

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

Fody

Extensible tool for weaving .net assemblies
Collective - Host: opensource - https://opencollective.com/fody - Code: https://github.com/Fody

update verifier

github.com/Fody/PropertyChanged - 46907dec5dd9969f781f7f4c0fd33f7fb31fa0f9 authored about 12 years ago
Update README.md

github.com/Fody/Fody - eb5cac63d8977bd7e6116cca2a7634576cef6b7e authored about 12 years ago
Update README.md

github.com/Fody/InfoOf - 76e393e37048f0be3ba67e79c3039021920cf8c5 authored about 12 years ago
Update README.md

github.com/Fody/Virtuosity - a635ad830450e71bb224f458bc2a7e7a0cf3df5f authored about 12 years ago
Update README.md

github.com/Fody/Caseless - 4ad49e63855816f8b04cc5af58d3384f896e842e authored about 12 years ago
Update README.md

github.com/Fody/EmptyConstructor - f0b1dbe1c708f81756c0f22e584b4a7deda10c67 authored about 12 years ago
Update README.md

github.com/Fody/ExtraConstraints - a616b963c6845b463fcadebc5be55d32f1d6f440 authored about 12 years ago
Update README.md

github.com/Fody/Publicize - b8666b38ae6627e024c3d104980213d8b1ef0063 authored about 12 years ago
Update README.md

github.com/Fody/Obsolete - 4dd01fa3dee44395a8fa5838626f1883e2a12e16 authored about 12 years ago
Update README.md

github.com/Fody/Anotar - bb4d7eba838f372c6b4f91874ec6a9627c77b321 authored about 12 years ago
Update README.md

github.com/Fody/PropertyChanging - 38355e390156822622c77a0c3efbcf807ab7720b authored about 12 years ago
Update README.md

github.com/Fody/MethodTimer - cb959a4ecd84cb881f81b384e5f76f402a848298 authored about 12 years ago
Update README.md

github.com/Fody/PropertyChanged - 1b9dcb8fe466de504f962883e5084b4b32c0b884 authored about 12 years ago
Update README.md

github.com/Fody/FodyAddinSamples - 66f181c78d867fef91cad64be52ab0e3d3bb2c78 authored about 12 years ago
Merge pull request #10 from distantcam/master

Allow NullGuard to be defined at assembly level, overriding default ValidationFlags.

github.com/Fody/NullGuard - 8888213d5dab91796912f9dda5627441cc5f51c3 authored about 12 years ago
Update README.md

github.com/Fody/NullGuard - 6bea362b341569b2ee4bfa0e745dea3489e2307c authored about 12 years ago
Update README.md

github.com/Fody/Fody - abcdefdb2134c2d21e41670020dc9de805ae5fe9 authored about 12 years ago
NullGuard can now be defined at the assembly level as well. See #9

github.com/Fody/NullGuard - d9e1725f4cc274738ac20f1174c0170f72383ddf authored about 12 years ago
Update README.md

github.com/Fody/Fody - 7bc27b081b8947cd8d9a4debad8d7b9cf74221f6 authored about 12 years ago
Update README.md

github.com/Fody/Fody - 870ea201f8b88bb7ba5560570447505932046ff0 authored about 12 years ago
fix some doco

github.com/Fody/NullGuard - c67034872af8042a555401bda506468efe83e2d6 authored about 12 years ago
Update README.md

github.com/Fody/NullGuard - ede2e0b7816e8081587f58f5c35b0765ec234ee7 authored about 12 years ago
Update README.md

github.com/Fody/NullGuard - 072fbcf71ca6f9555babfddd02ae409086c33341 authored about 12 years ago
make sample easier to gen

github.com/Fody/NullGuard - fd5493dddf605f09a953716bff780f76083ee3b9 authored about 12 years ago
rename to simple

github.com/Fody/NullGuard - 1e1e31ed757fdc92ce6aa9cf98e4befa1b7fd79b authored about 12 years ago
Update README.md

github.com/Fody/NullGuard - b41425149f773e65970e854d1b249c989d3c359a authored about 12 years ago
make error message explicit

github.com/Fody/NullGuard - 412ba6ac9919ba53669cd212359f150b7b60cfe9 authored about 12 years ago
bump version. make large tests optional

github.com/Fody/NullGuard - ee38ab68f7866001fd576ada0d64c9f98b3927ac authored about 12 years ago
Merge pull request #8 from distantcam/fixes

Fixed the LargeAssemblyTest

github.com/Fody/NullGuard - 26e5a04d94cb591055738451fc01c90d0dbc050f authored about 12 years ago
Fixed issue where multiple return guards would have incorrect branching addresses.

github.com/Fody/NullGuard - 6cdd6e588574a067aad4e50514f80ab528f89906 authored about 12 years ago
Added VB iterator support.

github.com/Fody/NullGuard - 662c51837d693165b09cde05dc1a2b7fe3a4fec8 authored about 12 years ago
Fixed issue with nullguards on generic T out parameters.

github.com/Fody/NullGuard - 6dc731ae500076fb72a0c4dbc5060140cb387376 authored about 12 years ago
Fixed issue with multiple outs not having correct IL.

github.com/Fody/NullGuard - 1ecdcb51bd1c92649bb3d051cfb20b53225748e5 authored about 12 years ago
Fixed some of the LargeAssemblyTests.

github.com/Fody/NullGuard - bd39d66a3c6751bdc478d6cf4bc6f023f726c8b9 authored about 12 years ago
exclude "2"

github.com/Fody/NullGuard - cb5f89bff40b37fbafad334ad87972c53c8020e1 authored about 12 years ago
add unsafe

github.com/Fody/NullGuard - 002206af76e5947a30e79c686feb38d5e227f38f authored about 12 years ago
more edge cases. more tests

github.com/Fody/NullGuard - 192135d0b9d8038b66319ba43efe77670f037627 authored about 12 years ago
more doco

github.com/Fody/Fody - d48d92888c01ddf616467c75e552e457557b3071 authored about 12 years ago
Merge pull request #31 from shanselman/patch-2

Update README.md

github.com/Fody/Fody - 9d67cffbd45be5b7b6f9c0a38a506912e1f68a6d authored about 12 years ago
Update README.md

Spelling and one formatting issue.

github.com/Fody/Fody - 3ecbe3a2575d7f0b9c4a265a1e0bb54bea9f04ad authored about 12 years ago
Merge pull request #30 from shanselman/patch-1

Update README.md

github.com/Fody/Fody - aa4e59e25ca79666e3183f2c0492685399a7d0dc authored about 12 years ago
Update README.md

More details for INotifyPropertyWeaver lovers

github.com/Fody/Fody - bc7ac2bf6843c06ab8e9fe1da4313b73624d0647 authored about 12 years ago
try exclude async from build

github.com/Fody/NullGuard - 5760ed40a29652c985f6ddf2c9bc5850cd06e231 authored about 12 years ago
Merge pull request #7 from distantcam/master

Iterator and Async support

github.com/Fody/NullGuard - ff426c45435fb08e1f4116f6e6a543a1e3a8000c authored about 12 years ago
Verified issue #5 causes no harm. Added async support.

github.com/Fody/NullGuard - 6da5fb1fdd8c9e932bfdc8b92aeecbb2a56995dd authored about 12 years ago
Merge pull request #6 from distantcam/fixes

Properties with only getter or setter fix

github.com/Fody/NullGuard - 62a88a4e8728b0362a2f9856631bc0b60de0f3ed authored about 12 years ago
Properties with only getter or setter fix

github.com/Fody/NullGuard - c9a81973313109519488093fa3ad2f0ab38879b9 authored about 12 years ago
add null guard sample

github.com/Fody/FodyAddinSamples - 8e082f3ab358268c5566e92df1a48501a2147efb authored about 12 years ago
fix reference issue

github.com/Fody/NullGuard - 47cccec8f037092cce55487958d7c41606a36900 authored about 12 years ago
update owners

github.com/Fody/NullGuard - 1e1ed8f2eb18396415499f567080a4cc4e4cac77 authored about 12 years ago
remove redundant property

github.com/Fody/NullGuard - 8491a13fc4184fcec0d1da6d3d5281f7a365ed14 authored about 12 years ago
more error cases

github.com/Fody/NullGuard - 2f705aa30776b1e8418d5b04259ccf50792ae008 authored about 12 years ago
add some more error cases

still need to add tests for them

github.com/Fody/NullGuard - 132ef5d89e1790060f18f4db6d1c05ffcbaea28d authored about 12 years ago
fix typeof imports

github.com/Fody/NullGuard - 8bb46328fbff4b0357c5a827326436501dea4189 authored about 12 years ago
Merge pull request #2 from distantcam/master

Fixed tests to run when multi-threaded.

github.com/Fody/NullGuard - 46acb231f21ee46aaf07c412559f6bb42dca2be6 authored about 12 years ago
Fixed tests to run when multi-threaded.

github.com/Fody/NullGuard - d6744f21426fe473ad725acacfb17fcbedc45e8f authored about 12 years ago
Merge pull request #1 from distantcam/master

Completed functionality from Haacked/NullGuard

github.com/Fody/NullGuard - 3b1cc2ed6b72ec5dce137698a78875b6f0834309 authored about 12 years ago
Silly copy-n-paste error in exception text.

github.com/Fody/NullGuard - 4ca3ba8c29fa5fdd9d3658e8417e6cb90b45656a authored about 12 years ago
Made the pretty lights go green

github.com/Fody/NullGuard - cf57a3262e1ff77d846014c89d10954cfa508d36 authored about 12 years ago
Added @Haacked's tests. Now to fix them.

github.com/Fody/NullGuard - 96f3afe7ab942306d694e4d0aeb4902726623f3e authored about 12 years ago
Initial commit

github.com/Fody/NullGuard - e8fe5580656334fc80f4a11dbd8aa02f119de5d7 authored about 12 years ago
redundant code

github.com/Fody/MethodTimer - 1a435af5f73d9c96141ade8b0ea8b1442b24fb58 authored about 12 years ago
update methodtimer

github.com/Fody/FodyAddinSamples - dd019c61cab5dc4916a1a46311aa34d07e37dbbb authored about 12 years ago
add support for module attribute

github.com/Fody/MethodTimer - 87aa94e1e0761f446b491338bbf712e0e0493515 authored about 12 years ago
remove strong naming

github.com/Fody/PropertyChanging - a0a7d5d38e2f873e837d660dac34662acf569c90 authored about 12 years ago
remove strong name

github.com/Fody/PropertyChanged - 875bfbd73daa026fb6538b255354b85ed6a902c5 authored about 12 years ago
bump method timer

github.com/Fody/FodyAddinSamples - 0886f06cf9c59baa7c5fdd915263c3ce5edb6083 authored about 12 years ago
move to an attribute assembly

github.com/Fody/MethodTimer - 2702499525abe02fde5cdbd3814ab928796c2f8e authored about 12 years ago
add support for generic types

github.com/Fody/Anotar - ba2599017493e4da9d78470ac69cec294f418c4b authored about 12 years ago
reuse existing field if exists

github.com/Fody/Anotar - 9a55d1c35707d104307928f435d5fe5802ce2487 authored about 12 years ago
Merge pull request #1 from GeorgeHahn/master

Fixed a typo and two copy-paste errors

github.com/Fody/Anotar - 9c814ab0dde01e08ffbb6a6a0838df53cec1778b authored about 12 years ago
Fixed copypaste error

github.com/Fody/Anotar - b0d2cfbe78ceb35cdc95e292a812523b7f05c79f authored about 12 years ago
Typo fix

github.com/Fody/Anotar - 89ebb8d1db4bc65888f0d8b1a45599f11abdbdf0 authored about 12 years ago
add another sample

github.com/Fody/FodyAddinSamples - 0648bbcd42da8a93af7f84f9c4713718902cab95 authored about 12 years ago
Update README.md

github.com/Fody/Anotar - 23988bb5721bbb6729f6f7349b8d02a7b75a485b authored about 12 years ago
fix space

github.com/Fody/Anotar - 5a30d7009e3101a36221381bcbb1b393afd336bb authored about 12 years ago
Update README.md

github.com/Fody/Anotar - fd8b81b0e26045a5333c0497b03222d30a1cfa0a authored about 12 years ago
bumo version

github.com/Fody/Anotar - bcf2bcb5b05875a363af05ec40b0b778f7d7d4cf authored about 12 years ago
Update README.md

github.com/Fody/Anotar - 23d139e1c3ecd0bb2c9440ee5458f0e2ecce7d9a authored about 12 years ago
dont build template on release

github.com/Fody/Anotar - e3da3753a7fc80ddf26e715b6246e4df2e831e17 authored about 12 years ago
tweak build

github.com/Fody/Anotar - 49beb8a8c9741f7914eb54a25c7be696f29d9a31 authored about 12 years ago
Update README.md

github.com/Fody/Fody - b666c5e2b28b4293c0a0cb561bb5b8f9f39a4e21 authored about 12 years ago
edge cases

github.com/Fody/Anotar - e249cf298f420ca2380bd5cabb61661710412498 authored about 12 years ago
moar fix returns

github.com/Fody/Anotar - 670a9dd790adfdc7f3b8ffaea54010a8742ce12b authored about 12 years ago
moar tests

github.com/Fody/Anotar - 0a0954ddb8912ba43d3495b895a228093a8279be authored about 12 years ago
return fixing

github.com/Fody/Anotar - fe397a72fdf1d174d5dcf57d7d42c4f99380274b authored about 12 years ago
fix leave short

github.com/Fody/Anotar - aba6f6800a7afe21eed4f8268dd94e59ebca1b92 authored about 12 years ago
more exception handling

github.com/Fody/Anotar - 88f7929c2f70a70bd7379f3278ecb8cc865591a2 authored about 12 years ago
fix minor reference issue

github.com/Fody/FodyAddinSamples - 5f86436c3b2f684c438ac72446736a9972ced2ee authored about 12 years ago
fix build

github.com/Fody/Fody - 5d8e0838dc1000ded3e020e530f21083ed516a73 authored about 12 years ago
bump version

github.com/Fody/Obsolete - 0cafa81aa282031c7f934c178545cb0bff322b98 authored about 12 years ago