python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
CA0052 Could not identify plateform And CA0055 not targets were selected when Enable code analysis VS 2019
I'm using vs 2019 with .Net 5 and tried to run code analysis with MsBuild command, When I was using FxCorp its worked perfectly but fxcorp is deprecated I was getting below error
Warning CA0507 Post-...
Nayeem Mansoori
Votes: 0
Answers: 0
How to check usage of 'it' parameter in lambda with Detekt custom rule?
I want to write a Detekt rule which disallows usage of implicit "it" variable in a multi-line lambda. I've written method override fun visitLambdaExpression(lambdaExpression: KtLambdaExpress...
IL_Agent
Votes: 0
Answers: 1
Log file write error while using Cmake, Ninja, PREFast with MSVC
Turning on the /analyze flag to run PREFast for Windows builds using MSVC non deterministically throws the below error. I think this is because ninja is trying to optimize builds by compiling files f...
rstr1112
Votes: 0
Answers: 0
how to prepare sql query to prevent Non-constant SQL error
In below sql query construction I am sending table-name and connection-string during run time which makes me prepare query like this in C#,
using (var cmd = new NpgsqlCommand($@"CREATE TABLE IF ...
user584018
Votes: 0
Answers: 0