Allen Cook

Results 6 issues of Allen Cook

Trying to keep the isolation context through a foreach loop and having issue where I have to forward the getenumerator function but then the MoveNext function says collection was modified...

The following test will not be able to pass due to the Enum.IsDefined function ```c# shims.Add(Shim.Replace(() => DateTime.Now).With(() => new DateTime(2004, 4, 4, 11, 50, 0))); //act string actual =...

bug

Had an issue where the head of the merge/pull request was at the same location as the source so the status was posted to the previous iteration.

- SQL Operations Studio Version: 0.31.4 - SQL Server Agent: 0.31.4 Steps to Reproduce: 1. Filter jobs 2. View detail of a job 3. click back Expected: Filter would be...

Bug
Area - SQL Agent
Triage: Done

Allows The ability to Parse Range Attributes for the type DateTime and create a valid DateTime within the specified range

This is a real quick re-apply of some code that I used to add support for collections with a specified min/max occurs as well as a primitive type that has...