-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code: Rescue tests from failing #380
Conversation
am11
commented
Dec 31, 2013
- Code refactoring.
- Extracted common pattern to ProjectHelpers.
- Analysis warning fixes.
- Code Formatting.
- LESS: Fixes SourceMap path in CSS.
I already fixed this |
@SLaks, now it will log the exception message. AFAICR, it was throwing |
When / why? |
* Code refactoring. * Extracted common pattern to ProjectHelpers. * Analysis warning fixes. * Code Formatting.
@madskristensen, I pulled and rebased the changes. Now its ready for merging. :) |
Code: Rescue tests from failing
I have a question regarding C# syntax. Is there a way to add parameter Case in point is Rarely we get into such situations. I was hoping if language supports it? Instead we can use a method overload and a third parameter. But logically, it would always be parameter2 XOR parameter3. Not very ideal, but is aliasing parameters a legit design from the OO patterns POV? I guess this will not violate any Language Design or Code Analysis rule either. If its not supported, I am planning to make a feature request with .NET team. Is it a good idea? |
No such feature exists. You could create a |
@SLaks, thanks for your input. I have submitted this request on Connect. https://connect.microsoft.com/VisualStudio/feedback/details/812838/parameter-name-aliases-in-c |