Vlad Hrybok
Vlad Hrybok
Class member field initialization should generate same JS code regardless where initialization is done: inside constructor or outside. Currently initialization seems to be converted reliably only if done inside the...
### Description Using Dev Preview (the all-dart) Auth v.1.0.0-next.0, observing that 1. Using keyboard Tab key to go between Auth UI form fields, the tabbing gets diverted to other UI...
Hi, I don't mind contributing by submitting an issue or an occasional PR, but this project seems to be neglected by the original committer(s) even though it now seems to...
# Summary 19 critical and dozens of high security vulnerabilities are reported by AWS ECR for the image produced by the Dockerfile. The [atlassian/nucleus:latest](https://hub.docker.com/layers/atlassian/nucleus/latest/images/sha256-e1741e44651545b69f81fc8d3cb07a2feab134b156c8598c4e1a2da33974bf0f?context=explore) image on docker hub is two...
QueryModifiers class, along with Single() and Count() AOP methods, modify the query, but it's not reflected in SQL-producing aspect.
From: http://social.msdn.microsoft.com/Forums/en-US/aaf5e9c9-a222-414a-baed-5c0adcc329e2/accessing-query-execution-plan-results-programmatically SqlConnectionStringBuilder connString = new SqlConnectionStringBuilder(); connString.ApplicationName = "TryIt"; connString.DataSource = @"(local)"; connString.IntegratedSecurity = true; connString.InitialCatalog = "tempdb"; using (SqlConnection conn = new SqlConnection(connString.ToString())) { conn.Open(); SqlCommand showplan_on_cmd =...
TimerAspect would be a general-purpose stock aspect measuring time spent by the method while it was executed, and framework's overhead. Details: - Time needs to be captured at all 7...
Change Summary ======== * _Bug fix_: command line option usage information was not printed when no cmd line args are supplied. * _Bug fix_: Target Endpoint URL contains garbage ("undefined"...