Ecosyste.ms: OpenCollective

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

github.com/Fody/MethodTimer

Injects some very basic method timing code.
https://github.com/Fody/MethodTimer

Instead of using the first TryCatch, use the first usage of the state to start the stopwatch. Also fixes issue where stopwatch wouldn't be stopped when an exception occurred.

3d17f65918c974a7025fc575318a81bc2ad12104 authored over 9 years ago by Geert van Horrik <[email protected]>
fix for extra nop in roslyn constructors

fc1407ae3b26f43867e333a530da4c6a58604a48 authored over 9 years ago by Simon Cropp <[email protected]>
Merge branch 'master' of https://github.com/Fody/MethodTimer

0032b8138b266690494220a411992ad0a0166d77 authored over 9 years ago by Geert van Horrik <[email protected]>
Added additional async methods

bf5ef9a28d47d9c54e06fb1be44ad9141e93e40e authored over 9 years ago by Geert van Horrik <[email protected]>
Renamed async methods so it's clear they are async

934130b7565458e604645a4806a44757f8560447 authored over 9 years ago by Geert van Horrik <[email protected]>
better universal support

268181c4af354cddefde93db1824c96ea33561da authored over 9 years ago by Simon Cropp <[email protected]>
bump version

3924e217731e3d79f5fb0b42945049df669a280d authored over 9 years ago by Simon Cropp <[email protected]>
handle empty async

fixes #19

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

282c99499d1158b2415411ff68fe86c632cc026a authored over 9 years ago by Simon Cropp <[email protected]>
better exception handling

fixes #18

b14066762d6a3421cc0d42fdadfc0480902b44fc authored over 9 years ago by Simon Cropp <[email protected]>
dont process yields

0f138b8c3657a9cad600cf4f212b480d47bb6e08 authored over 9 years ago by Simon Cropp <[email protected]>
dont process compiler generated when using time attribute

448c2737076379ce957c22e8a9048ac5f260ebd4 authored over 9 years ago by Simon Cropp <[email protected]>
dont process MethodTimeLogger

7b6e65f2029b0c7bc6541208eda6bb1b321bf556 authored over 9 years ago by Simon Cropp <[email protected]>
same

76a51e71195026d9f7497fc135cf1001f73c9b73 authored over 9 years ago by Simon Cropp <[email protected]>
better constructor detection

214a6a2a2b85d7ecb654b02575d4aafa6057b928 authored over 9 years ago by Simon Cropp <[email protected]>
dont process delegates

4161771264cc7a8d29cb2b1433621b6e4f1b0963 authored over 9 years ago by Simon Cropp <[email protected]>
fix injection point

f77d998500817edb71ec2a17fefa0e69e43558e2 authored over 9 years ago by Simon Cropp <[email protected]>
clean up async

deb043165eb4ab543fb3b00d30141b6a57b53d29 authored over 9 years ago by Simon Cropp <[email protected]>
clean up tests

ee974529325dde830500d81a9c52eb120274bb17 authored over 9 years ago by Simon Cropp <[email protected]>
clean up testing

8289ea4b00159fb233b5e0a00497cc5a2673bbe2 authored over 9 years ago by Simon Cropp <[email protected]>
use finally

46d5caaf37bf32061c72556d87dce8dc2b23e9c0 authored over 9 years ago by Simon Cropp <[email protected]>
split async and sync

d5a5102b408b2b1a0615846bf2d33ae45a00ed31 authored over 9 years ago by Simon Cropp <[email protected]>
simplify

54f24be944ae8893cd3fe5d40f8dba79a7fc67d6 authored over 9 years ago by Simon Cropp <[email protected]>
simplify

5049ee77cc2857c4c03bdc18cf094ab9a39516ec authored over 9 years ago by Simon Cropp <[email protected]>
redundant code

8128e69fdaa9f15b6bde6969f73c65e0eccc0a11 authored over 9 years ago by Simon Cropp <[email protected]>
cleanup

a9adfcc6dcf99ffdcdc145d2adcd3815639bf182 authored over 9 years ago by Simon Cropp <[email protected]>
cleanup

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

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

40f1b6a08338b91bdcd78168e710cc2c2c844918 authored almost 10 years ago by Simon Cropp <[email protected]>
fix finder logic

0db36f80c542ee6c47449b4737f7000e185c8dad authored about 10 years ago by Simon Cropp <[email protected]>
Update CommonAssemblyInfo.cs

e516f7f05d26394c1cda54b4ba3b2d098bec5e45 authored over 10 years ago by Simon Cropp <[email protected]>
Merge pull request #15 from GeertvanHorrik/master

Fixed possible NullReferenceException in complex async methods in release mode

d581d3c8c9cfb7fdef3adbfadea91bdc0f231c98 authored over 10 years ago by Simon Cropp <[email protected]>
Fixed possible NullReferenceException in complex async methods in release mode

7082477e6a6bc5b2641759c95d51a20f2fd59c33 authored over 10 years ago by Geert van Horrik <[email protected]>
bump nugets

a58634df7aae7e61b7d7e6b5636cfe6bfcdb0e38 authored over 10 years ago by Simon Cropp <[email protected]>
bump version

2c20593185e629342c53570967185bccf3aa3541 authored over 10 years ago by Simon Cropp <[email protected]>
Merge pull request #14 from GeertvanHorrik/master

Fixed async issues in release mode

0189c979dd22ee5df5138e9362acad828f31bc6d authored over 10 years ago by Simon Cropp <[email protected]>
Fixed issues in release mode (there are actually 4 different possible entry points in async code):

1) Single await - debug mode
2) Single await - release mode
3) Multiple awaits - debug mode
4) M...

0b4e6d176254aae54d5657fc031698e0d9f2c708 authored over 10 years ago by Geert van Horrik <[email protected]>
Merge pull request #13 from GeertvanHorrik/pr/async

Full support for async / await

ee344e84763c239749d7f552d9f2e489654c9fe3 authored over 10 years ago by Simon Cropp <[email protected]>
Added unit test for exception handling in async and cleaned up some code

8c31d0f3558bb51a2bf7889a5d4d4ab274c352f2 authored over 10 years ago by Geert van Horrik <[email protected]>
All async possibilities are now supported (simple without switch and complex with multiple awaits inside an async method)

7e0275467f90c394813f7486bbfcbdd3bf24ae95 authored over 10 years ago by Geert van Horrik <[email protected]>
Added unit tests for async methods with interceptor

a62156367b92b3d4481e7a8d77f46af0a6484d79 authored over 10 years ago by Geert van Horrik <[email protected]>
Simple async supported

39f8bc5bf4abc3f8e14e6c0444f7fc3f26d61deb authored over 10 years ago by Geert van Horrik <[email protected]>
better pcl support

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

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

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

6cc9415435fd9803d2480a96d39f5577abb4f817 authored over 10 years ago by Simon Cropp <[email protected]>
dont look in xml for interceptor

a8c64c13b0e9d48678be7a90ba1a734b8985bfcd authored over 10 years ago by Simon Cropp <[email protected]>
Merge pull request #9 from GavinOsborn/Strong-name-assembly-support

Strong naming release assembly.

7c2c5159bb3595be170b06ac0b218b677441ff18 authored over 10 years ago by Simon Cropp <[email protected]>
Strong naming release assembly.

Added key to solution and assembly signing to Release builds of the two
output assemblies.

a8446f7f93203c927b8d72fa3e119e71391f0ee7 authored almost 11 years ago by Gavin Osborn <[email protected]>
fix for generic types

c7cdd7f9ad17c8d0ea7ebbda0e431dee9e641859 authored almost 11 years ago by Simon Cropp <[email protected]>
also resolve timer from diff dll

0379c61338faea1b5285eef9b8522a6717dbedea authored almost 11 years ago by Simon Cropp <[email protected]>
refs

62d2c2081c956287f0a77524fca5c16103871105 authored almost 11 years ago by Simon Cropp <[email protected]>
Merge pull request #7 from Fody/SyncOMatic-20140302-010838

SyncOMatic update

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

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

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

85684fd6228ead884e2cf04b89283464fc10d457 authored about 11 years ago by Simon Cropp <[email protected]>
fix for resolving types

bbdc42ecba1ad6529d2de1a1461d8d297cc04876 authored about 11 years ago by Simon Cropp <[email protected]>
handle no Stopwatch in PCL

fixes https://github.com/Fody/Fody/issues/101

75a21e88828871b1a3d9648d7cf23e4aa7759971 authored about 11 years ago by Simon Cropp <[email protected]>
refs

51b0cdc2c7688b23df299fbc0a04eee639e6f8ec authored about 11 years ago by Simon Cropp <[email protected]>
simplify projects

b135ac2922ab16c26ccbb5eb60549020616cfa32 authored over 11 years ago by Simon Cropp <[email protected]>
fix file version

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

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

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

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

0923c49c6aaa2f6b3b9c23143d21560844b36f8a authored over 11 years ago by Simon Cropp <[email protected]>
delete key

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

8b19d8b3e86f21e4fd225d1fbcd22f594237663e authored over 11 years ago by Simon Cropp <[email protected]>
fix output cleaning

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

895f50ed4dbdf6c14d4f93ae956a9431874d8048 authored over 11 years ago by Simon Cropp <[email protected]>
fix cleaning

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

f54a1276367a1006fccffa1e7af14d20de846481 authored almost 12 years ago by Simon Cropp <[email protected]>
fix icon

dc20be622c20fecafbf9f433ae2f6c1152996a9e authored almost 12 years ago by Simon Cropp <[email protected]>
icons

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

7848bc64532ad53b3c7a88b4f0bdc65ed6b4bd4b authored almost 12 years ago by Simon Cropp <[email protected]>
cecil

88b37752d4ff2a58cfafd54a156e4ba1e848bd42 authored almost 12 years ago by Simon Cropp <[email protected]>
refs

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

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

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

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

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

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

65a09f75a4dc89e086e8b7bf1ac47dea85bdbc8b authored almost 12 years ago by Simon Cropp <[email protected]>
refs

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

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

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

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

e57c9a4eb9352d62e4824e2550f3e4a4b4227d1c authored almost 12 years ago by Simon Cropp <[email protected]>
less sleep

583a89037460f0a93c28dbf478f3edc7220407ad authored almost 12 years ago by Simon Cropp <[email protected]>
remove support for async

384b76c40372568e37d2506686cbf834e8cb49fd authored almost 12 years ago by Simon Cropp <[email protected]>
un comment tests

0ab2c091895ea2f086c5a6e12c2ae7e079081af2 authored almost 12 years ago by Simon Cropp <[email protected]>
dont write for empty constructors

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

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

889e3bace40cb18a27d809f20aad717e0d1f9e9d authored almost 12 years ago by Simon Cropp <[email protected]>
fix url

e3da9010505a2de131e230c507629461c6fc3e14 authored almost 12 years ago by Simon Cropp <[email protected]>
fix release

56040d4120ad62c85dbe0c962ba63981114a49bc authored almost 12 years ago by Simon Cropp <[email protected]>
exclude in release

e4bd14f841aadcc473bc269298df4f95f1db77b7 authored almost 12 years ago by Simon Cropp <[email protected]>
fix for async

6b558a09716a3ffe6c283c20156c64974432e2b5 authored almost 12 years ago by Simon Cropp <[email protected]>
add failing test

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

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

78599eeb53f195f1ff363f4735dcbe2e0d71694b authored almost 12 years ago by Simon Cropp <[email protected]>