Ecosyste.ms: OpenCollective

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

github.com/Fody/ExtraConstraints

Facilitates adding constraints for Enum and Delegate to types and methods.
https://github.com/Fody/ExtraConstraints

fix sln version

3f754e6ca4f0a95ad57350d849e5b357f6d95a1c authored about 8 years ago by Simon Cropp <[email protected]>
fix nuspec range

7c7fa88304b8a928ba9c9f0f345a90406a4c2a08 authored about 8 years ago by Simon Cropp <[email protected]>
Merge pull request #12 from erikeckhardt/patch-1

Spelling, update 404 link, etc.

ac91b08e1a2d750d7d744bc9d44b5bf21baa7508 authored over 8 years ago by Simon Cropp <[email protected]>
Spelling, update 404 link, etc.

f8e694e876a1701294a72109c1d0a56440652093 authored over 8 years ago by Erik Eckhardt <[email protected]>
bump refs

0ae7dee25996b4a7f8ae826fd8e79038d8f98e98 authored over 8 years ago by Simon Cropp <[email protected]>
version

a2a7b043d5c8ed26c3d719ed102a5a530b4d8cec authored almost 9 years ago by Simon Cropp <[email protected]>
remove msbuild hack

1325939f7d882a6e2d175779dd5f2de152a4f9b8 authored almost 9 years ago by Simon Cropp <[email protected]>
fix nuspec name

aca009fbed67b72e63bf6e4de6f97b741557837b authored over 9 years ago by Simon Cropp <[email protected]>
roll back xdt

12fa88e9c9ebc95c5984ad183e8286423b5c0a00 authored over 9 years ago by Simon Cropp <[email protected]>
move over to xdt

and better project.json support

ede8acaa3d54188634f9f434186a830950e211cb authored over 9 years ago by Simon Cropp <[email protected]>
refs

97969fff358e074b93f35695af2b74d735a9bb5b authored over 9 years ago by Simon Cropp <[email protected]>
refs

2685344cb33d04bf3f635c320ee4ab7ac48b4012 authored almost 10 years ago by Simon Cropp <[email protected]>
SN

fixes #8

b1b702986394632f185aacfac839907e0a67ca4e authored almost 10 years ago by Simon Cropp <[email protected]>
remove stamp

1d9af260d0a34ecfb6f5ed8046d0e97328513b0e authored almost 10 years ago by Simon Cropp <[email protected]>
refs

9d010e7f0ea8519ee4ac542236fe1fa2274a1234 authored almost 10 years ago by Simon Cropp <[email protected]>
Update README.md

ab4d46eb5476f22d747b46baad61b945e97183a5 authored almost 10 years ago by Simon Cropp <[email protected]>
refs

a51fdeb44c57f21ae3a76a9772c6742e45e741ec authored about 10 years ago by Simon Cropp <[email protected]>
better doco

fixes #7

e46cc4b1f58111c9e41dc71c1ed2aee552129e60 authored about 10 years ago by Simon Cropp <[email protected]>
better pcl support

ba9f77055a320563c88aec70f2d52843beb56f3e authored over 10 years ago by Simon Cropp <[email protected]>
nuget

52c2e59ae5615da487dfe9d2589e2ade533cd158 authored over 10 years ago by Simon Cropp <[email protected]>
move over to pepita nuget

de6884f69ad92f4fbedd1400709be9cf88bb8f6b authored over 10 years ago by Simon Cropp <[email protected]>
move over to shared cecil

9511ffbb2c0218cae23c098206a072ca73e0332f authored over 10 years ago by Simon Cropp <[email protected]>
Merge pull request #4 from Fody/SyncOMatic-20140302-010557

SyncOMatic update

9104ab2ca582c71d168ba35684c3c90fbfd413b9 authored almost 11 years ago by Simon Cropp <[email protected]>
SyncOMatic update

18acf07c48f8065d028c2a18b2b31b62a98c6fbf authored almost 11 years ago by Simon Cropp <[email protected]>
dev dep

4ef8116b4ee617b041ac787bd5ce3d631fbc7031 authored almost 11 years ago by Simon Cropp <[email protected]>
make it a dev nuget

89983ff4ede70489bf38758b3f40268aeb554762 authored about 11 years ago by Simon Cropp <[email protected]>
same

bec279f7bfbc151b0ecca8a81ad43cc3b1ef325b authored about 11 years ago by Simon Cropp <[email protected]>
better support for PCL

6b449ec85b77dc9d1c2be23b7aa2d6cf73f3d921 authored about 11 years ago by Simon Cropp <[email protected]>
remove targets

4caa3fc175c2675b42f31d094a2f4aef4c9bd493 authored over 11 years ago by Simon Cropp <[email protected]>
simplify projects

575d0f1ffceb2c5ddde1754e2e12f3079ec1677d authored over 11 years ago by Simon Cropp <[email protected]>
some clean up

d846fbb2b82a61df2b9f1ccf66b554a246d9831e authored over 11 years ago by Simon Cropp <[email protected]>
Merge pull request #3 from ananthonline/master

Modified DelegateConstraintAttribute and EnumConstraintAttribute to opti...

4a800ce677d65338baedff78549a1f2a3ab033b1 authored over 11 years ago by Simon Cropp <[email protected]>
Modified DelegateConstraintAttribute and EnumConstraintAttribute to optionally accept a Type to constrain the constraint to. Also updated unit tests to test the new cases. Note that the two cases I have been unable to add as tests are passing in a non-delegate type to DelegateConstraintAttribute and passing in a non-enum type to EnumConstraintAttribute. These cases are handled and cause a WeavingException. However, since the weaving happens before any of the test begin, I do not know how to test these two cases. Adding these two cases would make the tests test for almost every eventuality I can think of.

bd0246a68dcafa61e07fa5b50c093769edfc5b8b authored over 11 years ago by Ananth Balasubramaniam <[email protected]>
fix file version

8f3c80255d2839630c53818c28bc96fa368579e8 authored over 11 years ago by Simon Cropp <[email protected]>
refs

aa804904ac7a536d00b82f4b8e4dc5439957d469 authored over 11 years ago by Simon Cropp <[email protected]>
refs

63a7fcd6fc472cc7c5f3c68bdb628ad94d096a06 authored over 11 years ago by Simon Cropp <[email protected]>
fix VS Guid

6573e6baf60a239a81c35985f2975493e8089670 authored over 11 years ago by Simon Cropp <[email protected]>
support for TFS checkout

d9fa247dd1e85fdb78b8bf9a89da9a8c91c187aa authored over 11 years ago by Simon Cropp <[email protected]>
remove SN

ddeb5ed6dce2f4e455b84c2963b6b64e89ac7a5c authored over 11 years ago by Simon Cropp <[email protected]>
icon

e3eab181a9e451b3e3c286a210f5205028fc1e05 authored over 11 years ago by Simon Cropp <[email protected]>
xamarin nuget support

69b392ecce850c9a500d7bb4fd5ef2b2ce3fc527 authored over 11 years ago by Simon Cropp <[email protected]>
refs

de24894d37bc1d51a1748feb070708fd2556aa76 authored almost 12 years ago by Simon Cropp <[email protected]>
fix path

82e70883e98360e5dab31eee4fbf81b258b98386 authored almost 12 years ago by Simon Cropp <[email protected]>
icon

031160457b50789537cc6e76f1c17bc82d7bcd1e authored almost 12 years ago by Simon Cropp <[email protected]>
readme

339eeb7d699a6d3d8fd840223bf90754f176a976 authored almost 12 years ago by Simon Cropp <[email protected]>
cecil

99a8314736109f6d8e31f18d87f069a5e0b27798 authored almost 12 years ago by Simon Cropp <[email protected]>
refs

67d0709e221724785960bbc03473a43c7652af35 authored almost 12 years ago by Simon Cropp <[email protected]>
version

fe679320a921dbd74e83abc42c28accb674d9b9a authored almost 12 years ago by Simon Cropp <[email protected]>
fix project level hack removal

356ab4ca26645f987131475e4bde4be01af1fa83 authored almost 12 years ago by Simon Cropp <[email protected]>
move to fody nuget

683513d49ad6b7357e0fe5558d4cf3c3a258a4cb authored almost 12 years ago by Simon Cropp <[email protected]>
Update .gitattributes

b8d54216f33aaf7d021ecfb71ef3f5478c18acbf authored almost 12 years ago by Simon Cropp <[email protected]>
use utf8

d1ebf0059a0032dddb4199671a2586cd8b07708e authored almost 12 years ago by Simon Cropp <[email protected]>
no message

9082d7ab7e82a931031984b15609c53618333821 authored almost 12 years ago by Simon Cropp <[email protected]>
refs

8bc13fd16822f5629bc916b43796bd2878e3b0aa authored almost 12 years ago by Simon Cropp <[email protected]>
missing file

cb52327e02906c15828d47c55c52ea89b2066ba4 authored almost 12 years ago by Simon Cropp <[email protected]>
bump pepita

030d60ee4ae921d4319f60d8da19834a6de98667 authored almost 12 years ago by Simon Cropp <[email protected]>
bump cecil

6402640727278f663656ddfda276313b910eda44 authored almost 12 years ago by Simon Cropp <[email protected]>
include pdb in nuget

4c24ca9c471f5aef1e8ba800cc3891a8f0ef1381 authored almost 12 years ago by Simon Cropp <[email protected]>
add support for interfaces

123a4dfea76de2932df05646bd9492f5a537a6be authored almost 12 years ago by Simon Cropp <[email protected]>
fix nuget scripts

b3d45c6bcfa1cc2a7f3865e63adca74720aa3cc2 authored almost 12 years ago by Simon Cropp <[email protected]>
fix nuget powershell

f4377477282ef9119e53d10b475243aaac1c132d authored almost 12 years ago by Simon Cropp <[email protected]>
fix link

5802494d345a154d7d847e3044db86c395b53026 authored almost 12 years ago by Simon Cropp <[email protected]>
simplify tests

49f54c8dcafe835a69d83c22a4dc6547f5f97050 authored almost 12 years ago by Simon Cropp <[email protected]>
again

4be910fe865adce032b2a7f06bb391ec954f9d54 authored almost 12 years ago by Simon Cropp <[email protected]>
fix signing issue

18ae0f60d36a26d50f7bb91692bbab0ca06cfeff authored almost 12 years ago by Simon Cropp <[email protected]>
bump refs

03936e9bd28e69fa60bc0cc7963c233ea0d7004f authored almost 12 years ago by Simon Cropp <[email protected]>
Update README.md

a616b963c6845b463fcadebc5be55d32f1d6f440 authored almost 12 years ago by Simon Cropp <[email protected]>
bump version

a68ae8f8838a65b2c958a04a2bf3abfc77df14e7 authored about 12 years ago by Simon Cropp <[email protected]>
bump pepita

dbb952eb5b45d5a464f05087b7c34648e34f9c9f authored about 12 years ago by Simon Cropp <[email protected]>
fix nuget pcl path

abae10fdd4c644f20f76cbd1f32e8395cf37b1f1 authored about 12 years ago by Simon Cropp <[email protected]>
move cecil to lib

81d75f556fcf774541cd6c196f1c573b2b79b8a6 authored about 12 years ago by Simon Cropp <[email protected]>
bump fody

6bbcbe4fecfc72641a36c030381d24bc97ddd01b authored about 12 years ago by Simon Cropp <[email protected]>
fix build

241726bd43ace93fc9694baa05e8e6e06c0e9c1c authored about 12 years ago by Simon Cropp <[email protected]>
add missing file

501cd00a369524850767794bbbfd54c0c141e399 authored about 12 years ago by Simon Cropp <[email protected]>
bump nugets

a65e5fb0daf6a3cc0fff3a8e926a208980d586f5 authored about 12 years ago by Simon Cropp <[email protected]>
use stamp.fody

1cf2c90f91dc8ea64da51998be5627a816f4c98d authored about 12 years ago by Simon Cropp <[email protected]>
bump pepita

3d4baf21a010de439cd9de1625f89b02f7d9fd7d authored about 12 years ago by Simon Cropp <[email protected]>
add reference unit test

ea56614dfb7c6ea20c750a24fdbf27bfa429a0f2 authored about 12 years ago by Simon Cropp <[email protected]>
update ignores

16df69decacdfdfabc0fece81b681987897e23bb authored about 12 years ago by Simon Cropp <[email protected]>
redundant files

741bf9e03007829433447c09dfff67b2f5539747 authored about 12 years ago by Simon Cropp <[email protected]>
add reference assembly

9a6491c5f4f7ca6a2eb12cef5b9d5dfd96f1ceb5 authored about 12 years ago by Simon Cropp <[email protected]>
dont sign

2b4989f1d837223de61b76ecb28e859570bbce97 authored about 12 years ago by Simon Cropp <[email protected]>
test commit

aad9872eddab2ba6d608d38d34462a5e471ea0dc authored about 12 years ago by Simon Cropp <[email protected]>
bump pepita

42e85cec4225dda6f979356084315b6c8a7a8680 authored about 12 years ago by Simon Cropp <[email protected]>
redundant cpde

5ad49d861c81ecba00300f815f29a396be705ea5 authored over 12 years ago by Simon Cropp <[email protected]>
again

c7e8bdf667c5495440d0711eb1fb2258bdc90660 authored over 12 years ago by Simon Cropp <[email protected]>
fix nuget

a56dda9f39f1cad62fcaefedc21e5f6594de092d authored over 12 years ago by Simon Cropp <[email protected]>
fix placeholder removal

d5296f3818052865aee3311fe7bb901fd1303d82 authored over 12 years ago by Simon Cropp <[email protected]>
bump version, make package project level

f5d1dfa3d2b7584efb1dd7aca054c99514c87c5d authored over 12 years ago by Simon Cropp <[email protected]>
license

32b5678c33b8271df0012c186e1454f4e26430c0 authored over 12 years ago by Simon Cropp <[email protected]>
fix git config

5fe8f1320969899f6995b296fb9ab33dc9cb27b5 authored over 12 years ago by Simon Cropp <[email protected]>
bump version

9c820f24316ab1520354badcc27c996015d2c2ce authored over 12 years ago by Simon Cropp <[email protected]>
fix attributes

2bd51936a6d729508727e114203c4b8d07308f22 authored over 12 years ago by Simon Cropp <[email protected]>
ignore

721b8884a25ae77d81ca6437700227eaff66191c authored over 12 years ago by Simon Cropp <[email protected]>
redundant code

ed376663bfeb3b3d5d54098b96996584e5b1a218 authored over 12 years ago by Simon Cropp <[email protected]>
readme

76a813f5323c3874b4a242ff698a277315941284 authored over 12 years ago by Simon Cropp <[email protected]>
init

1c93b8a3f10615fa7515baf8116e6c85b58f7dc8 authored over 12 years ago by Simon Cropp <[email protected]>
Initial commit

6301294b6e175cbc049d1dd2d1556ba21239666c authored over 12 years ago by SimonCropp <[email protected]>