Activity
Added generate certificate chain snippet
Added generate certificate chain snippet
Added timestamp parsing and request for api
Added timestamp parsing and request for api
chore: update xunit linq snippet version
chore: update xunit linq snippet version
Added sample of multiple cancellation tokens being linked into 1 source
Added sample of multiple cancellation tokens being linked into 1 source
fix: ForEach extension had bug because it was returning void
fix: ForEach extension had bug because it was returning void
Added lookup to cert store using linq instead of old way
Added lookup to cert store using linq instead of old way
added thread safe random code snippet
added thread safe random code snippet
Integer extension to convert digits into bytes array
Integer extension to convert digits into bytes array
feat: added how to parse timestamp request from base64string
feat: added how to parse timestamp request from base64string
feat: adding match values by different fields
feat: adding match values by different fields
Adding Semaphore implementation sample snippet.
Adding Semaphore implementation sample snippet.
Added either class sample with custom operators
Added either class sample with custom operators
Add serialize internal fields snippet
Add serialize internal fields snippet
Modified string extensions to incorporate more types of examples
Modified string extensions to incorporate more types of examples
Adding Task extension to provider Fallback value on tasks failures
Adding Task extension to provider Fallback value on tasks failures
Adding Task extension to HandleException tasks
Adding Task extension to HandleException tasks