About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Category Archives: Development
GIT code review in visualstudio.com
In the 10 June update of Visual Studio Online the Review and Merge code with Pull Requests feature was added. This means code review for GIT is finally here. Prepare for code review We use SourceTree with GitFlow. I’ve created … Continue reading
Posted in Development
Tagged code review, git, gitflow, sourcetree, visualstudio.com
Leave a comment
nServiceBus message versions
Our integration project was going well until we actually integrated with other parties. Our tests passed, their tests passed, but integration failed. After inspecting both implementations I noticed a difference in version of the messages assembly. (0.4.0.0 vs 1.0.0.27) In … Continue reading
Cannot enlist the Transaction
On an initial load of 60000+ files our nServiceBus handler threw an exception NServiceBus.Unicast.Queuing.FailedToSendMessageException: Failed to send message to address: queue@machine —> System.Messaging.MessageQueueException: Cannot enlist the transaction. Repro No repro – no issue. Sleeping for 61 seconds caused the same … Continue reading
Octopus deploy timeout fix
The nightly build failed and a bug was assigned to me. Digging trough the msbuild.log file the error was in the deployment One or more tasks did not complete before the timeout was reached. We waited 10.1 minutes for the … Continue reading
nServiceBus license
The nServiceBus software from Particular provides a great integration platform. Our current project integrates 5 systems. One is a system that communicates by putting XML files in a drop location. For an initial load there will be over 30.000 files … Continue reading