Jeffrey Schultz
Jeffrey Schultz
Also, just so that everyone knows, we will be using the Git Flow methodology. That means that you do not directly work in master or develop, but that you create...
Yeah, I like using git modules, too. I was contemplating doing this as well at some point, but wanted to talk it over with the team first. It has my...
I have been playing around with Spring.NET under Mono and majority of the tests throw a fault when executing. I am still looking into the issue, and am considering just...
I have migrated the Core project to netstandard 2.0 as a test and have been looking through your project, @luizcarlosfaria. I am exploring the possibility of creating a Spring.Logging namespace...
I had to revert some changes because I had ran a Resharper Clean Code against the entire solution, and it really made it hard to tell what had changed in...
I just committed changes to Spring.Aop to get it to compile with .NET Standard 2.0. At this point, I really don't know if the code works, just that it compiles....
I just committed changes to Spring.Data to migrate the project to .NET Standard 2.0. I had to comment out the Enterpise Service related code to get it to compile. I...
I just committed changes to Spring.Core.Tests to get it to compile against the changes made to Spring.Core, Spring.Data, and Spring.Aop. Of course, I had to comment out some tests that...
Thanks for opening this ticket. Watching and waiting to provide any additional context needed.