@davkean@KooKiz@voroninp@fiseni I'm not sure. Did it use to work for older versions? These are reference assemblies, so there's nothing immediately available for decompilation. The feature needs to be able to find the implementation assembly from the reference assembly in order to decompile it.
It's mainly frustrating when resources are not equally provided, followed by the use of employee efficiency in reviews. Employees who aren't covering the gap with their own money are going to end up docked in productivity reviews.
Don't assume your employer will provide all the hardware and/or service resources needed to complete your job effectively. I've realized over time that 2-5% of my salary will always need to go towards covering the gap.
@awakecoding@jaredpar Looks like an old version of StyleCop Analyzers. Updating to a new version should bring significant performance improvements if the problem lies on one of the analyzers we updated to new APIs.
Perhaps a solution here would be allowing two of the wired switches to be linked. The secondary unit (which is connected to always-on power) has no load attached, and instead is linked to the primary switch wirelessly and shows the same LED indicators.
I really want @Legrand with @netatmo to be the answer for our connected switches, but I can't get past the fact that they don't have a wired three-way (or four-way) switch. The wireless ones don't count because they have noticeable latency and lack power-on indicators.
@hhariri Every abstraction comes with a cost (global complexity). They only need to be used when the gains (reduced local complexity) outweigh the cost. Most interfaces are not even close to beneficial on this evaluation.
@migueldeicaza The discussions and decisions leading to strict policies (in any direction) seem like consensus bias. Many more people today than a few years ago understand that people have different optimal working conditions, but others just haven't caught up.
@GergelyOrosz Most companies I've worked for don't have this restriction, but one did. I felt like the work environment did not allow me to achieve my productivity potential, so I left. This does not seem like a majority case, and developers generally have the choice to stay or not.
@Pilchie I love an empty office. And now I've worked from home so long I have zero ability to ignore my surroundings in a team room with other people. I both get distracted and distract everyone else. ๐
@sgorozco@nickchapsas Check out ReferenceCountedDisposable in dotnet/roslyn. It's the closest you can reasonably get to shared_ptr with the current language rules.
@vkornov@nickchapsas Null is an efficient representation of uninitiated data. If you remove null, you still have uninitiated data but you no longer have the performance or consistency in how to represent it.
@simonw Under this definition of unit test, unit tests are generally a code smell. In rare occasions they are valuable, but each one incurs a maintainability debt that is unlikely to be covered by it's incremental value.