{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D8","name":"Code Coverage","shortDescription":{"text":"Code Coverage"},"helpUri":"https://codehealth.canine.dev/dimensions/D8"},{"id":"D12","name":"Dependency Hygiene","shortDescription":{"text":"Dependency Hygiene"},"helpUri":"https://codehealth.canine.dev/dimensions/D12"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D30","name":"Dependency Vulnerabilities","shortDescription":{"text":"Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D30","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-937","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1395","CWE-937"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"LinqExpressionVisitors.visitWhere (cyclomatic 25): LinqExpressionVisitors.visitWhere has cyclomatic complexity 25 (threshold 15). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Where every arm is uniform \u2014 the same kind of value, with no behaviour of its own \u2014 a table keyed by the case is the shorter form; wherever the arms carry different data or different behaviour, keep them as cases, because collapsing those trades an explicit, reviewable set of cases for nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/PostgreSQL/LinqExpressionVisitors.fs"},"region":{"startLine":200}}}],"partialFingerprints":{"codehealthFindingId/v1":"329455b53aca8bf79f917e5b3afc900566089539a7f87a1e225e2469f9702281"}},{"ruleId":"D1","level":"warning","message":{"text":"LinqExpressionVisitors.visitWhere (cyclomatic 22): LinqExpressionVisitors.visitWhere has cyclomatic complexity 22 (threshold 15). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Where every arm is uniform \u2014 the same kind of value, with no behaviour of its own \u2014 a table keyed by the case is the shorter form; wherever the arms carry different data or different behaviour, keep them as cases, because collapsing those trades an explicit, reviewable set of cases for nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/SQLite/LinqExpressionVisitors.fs"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"6204ec40d38a51f6fd9f1f3b557551ab923517d0bfbb20a51a69f9d0ed6e5dba"}},{"ruleId":"D1","level":"warning","message":{"text":"LinqExpressionVisitors.visitWhere (cyclomatic 22): LinqExpressionVisitors.visitWhere has cyclomatic complexity 22 (threshold 15). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Where every arm is uniform \u2014 the same kind of value, with no behaviour of its own \u2014 a table keyed by the case is the shorter form; wherever the arms carry different data or different behaviour, keep them as cases, because collapsing those trades an explicit, reviewable set of cases for nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/LinqExpressionVisitors.fs"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"825310aaca3f1912fea8e2aba3470614c2d07571095dbc69cc890f6c814e601d"}},{"ruleId":"D1","level":"warning","message":{"text":"LinqExpressionVisitors.visitWhere (cyclomatic 22): LinqExpressionVisitors.visitWhere has cyclomatic complexity 22 (threshold 15). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Where every arm is uniform \u2014 the same kind of value, with no behaviour of its own \u2014 a table keyed by the case is the shorter form; wherever the arms carry different data or different behaviour, keep them as cases, because collapsing those trades an explicit, reviewable set of cases for nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/LinqExpressionVisitors.fs"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"587140cdc0c85db0a144123856b34d56ef7f5b48d665419c1f2227f84e2f67e6"}},{"ruleId":"D2","level":"warning","message":{"text":"LinqExpressionVisitors.visitWhere (cognitive 19): LinqExpressionVisitors.visitWhere has cognitive complexity 19 (threshold 15). Drivers by points: match/switch 14, if/else 4, boolean chains 1 (nesting depth added 9). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Keep every case explicit, and make the behaviour for cases you do not list a deliberate choice rather than an accident."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/SQLite/LinqExpressionVisitors.fs"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"a6dd9f00f34f448882f97e8e21b67beca29fddc3edc0dcd015a775cf77f199d0"}},{"ruleId":"D2","level":"warning","message":{"text":"LinqExpressionVisitors.visitWhere (cognitive 19): LinqExpressionVisitors.visitWhere has cognitive complexity 19 (threshold 15). Drivers by points: match/switch 14, if/else 4, boolean chains 1 (nesting depth added 9). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Keep every case explicit, and make the behaviour for cases you do not list a deliberate choice rather than an accident."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/PostgreSQL/LinqExpressionVisitors.fs"},"region":{"startLine":200}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b74ee31c13bdd0779784f953deb4ca17da9ff341ff0fac29f6b404df974a0df"}},{"ruleId":"D2","level":"warning","message":{"text":"LinqExpressionVisitors.visitWhere (cognitive 19): LinqExpressionVisitors.visitWhere has cognitive complexity 19 (threshold 15). Drivers by points: match/switch 14, if/else 4, boolean chains 1 (nesting depth added 9). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Keep every case explicit, and make the behaviour for cases you do not list a deliberate choice rather than an accident."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/LinqExpressionVisitors.fs"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"695756df2b6289233cdba491e1aee064d7ab656f997bd3fcb22cf72032b4f32b"}},{"ruleId":"D2","level":"warning","message":{"text":"LinqExpressionVisitors.visitWhere (cognitive 19): LinqExpressionVisitors.visitWhere has cognitive complexity 19 (threshold 15). Drivers by points: match/switch 14, if/else 4, boolean chains 1 (nesting depth added 9). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Keep every case explicit, and make the behaviour for cases you do not list a deliberate choice rather than an accident."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/LinqExpressionVisitors.fs"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"56b5568c602859bd7de2a390718f51729ce7341542a029c5c598541b62985694"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SelectExpressionBuilder\u00601: TooManyMethods \u2014 32 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Builders.fs"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"10f6959c4868d15b1e444e16156357d6c0e023442830a3c15c503eeb6968377b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (22 lines \u00D7 3): src/Dapper.FSharp/MSSQL/Domain.fs:12-33 | src/Dapper.FSharp/MySQL/Domain.fs:12-33 | src/Dapper.FSharp/SQLite/Domain.fs:12-33 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Domain.fs"},"region":{"startLine":12}}}],"partialFingerprints":{"codehealthFindingId/v1":"6c6cd6e79e838490b65490652f98f76006e04b21071a3264d65b160bfdd601d8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (19 lines \u00D7 2): src/Dapper.FSharp/MySQL/Domain.fs:68-86 | src/Dapper.FSharp/PostgreSQL/Domain.fs:70-88 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/Dapper.FSharp/MySQL/Domain.fs:68\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/Domain.fs"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"b4e34506f7fceb00bde3fe345a44db185755f88cdb837f2fe21ed6e3267f43d7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 3): src/Dapper.FSharp/MSSQL/Domain.fs:85-102 | src/Dapper.FSharp/MySQL/Domain.fs:80-97 | src/Dapper.FSharp/PostgreSQL/Domain.fs:82-99 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/Dapper.FSharp/MSSQL/Domain.fs:85\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Domain.fs"},"region":{"startLine":85}}}],"partialFingerprints":{"codehealthFindingId/v1":"ab82be9818ee656f2f4f95f36393eed685c164817991e6b34583b76db20ff00e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 4): src/Dapper.FSharp/MSSQL/LinqExpressionVisitors.fs:255-271 | src/Dapper.FSharp/MySQL/LinqExpressionVisitors.fs:255-271 | src/Dapper.FSharp/PostgreSQL/LinqExpressionVisitors.fs:259-275 | src/Dapper.FSharp/SQLite/LinqExpressionVisitors.fs:255-271 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/LinqExpressionVisitors.fs"},"region":{"startLine":255}}}],"partialFingerprints":{"codehealthFindingId/v1":"74c13634c3d4aa82cc67c24506fc7cbaac6519065f33fd5ff01c4ca6e0bb860b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/Dapper.FSharp/MySQL/Builders.fs:350-366 | src/Dapper.FSharp/PostgreSQL/Builders.fs:349-365 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/Builders.fs"},"region":{"startLine":350}}}],"partialFingerprints":{"codehealthFindingId/v1":"4bd57a8521c91b637f150913e275c818c6244e6c0e952070b651e5b397d38252"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 3): src/Dapper.FSharp/MSSQL/JoinAnalyzer.fs:5-19 | src/Dapper.FSharp/MySQL/JoinAnalyzer.fs:5-19 | src/Dapper.FSharp/SQLite/JoinAnalyzer.fs:5-19 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/JoinAnalyzer.fs"},"region":{"startLine":5}}}],"partialFingerprints":{"codehealthFindingId/v1":"03abec0a9b4d737a846aa873425b3b541471e8921755ebe7a5935c5ed150f331"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): src/Dapper.FSharp/MSSQL/WhereAnalyzer.fs:3-16 | src/Dapper.FSharp/MySQL/WhereAnalyzer.fs:3-16 | src/Dapper.FSharp/SQLite/WhereAnalyzer.fs:3-16 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/WhereAnalyzer.fs"},"region":{"startLine":3}}}],"partialFingerprints":{"codehealthFindingId/v1":"0c2f3e635ef12a47b479b9b36b7082fafb1418d79215d6caa06f9fbaa96ac8e3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/Dapper.FSharp/MySQL/Builders.fs:7-20 | src/Dapper.FSharp/PostgreSQL/Builders.fs:6-19 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/Builders.fs"},"region":{"startLine":7}}}],"partialFingerprints":{"codehealthFindingId/v1":"38cc03ae5df6e0a458d99f526ec686db1e6cb8c5cc97384d5ef3b029909dd2ee"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 8): src/Dapper.FSharp/MSSQL/Builders.fs:213-224 | src/Dapper.FSharp/MSSQL/Builders.fs:259-270 | src/Dapper.FSharp/MySQL/Builders.fs:211-222 | src/Dapper.FSharp/MySQL/Builders.fs:257-268 | src/Dapper.FSharp/PostgreSQL/Builders.fs:210-221 | src/Dapper.FSharp/PostgreSQL/Builders.fs:256-267 | src/Dapper.FSharp/SQLite/Builders.fs:197-208 | src/Dapper.FSharp/SQLite/Builders.fs:239-250 \u2014 there are 8 copies across 4 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 8 sites; resolving a subset leaves the remainder to drift apart."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Builders.fs"},"region":{"startLine":213}}}],"partialFingerprints":{"codehealthFindingId/v1":"3cfc42082e34cf6e5c26fa3b7070b6d2982a464dc17564e8fdda2c1a382150b2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 4): src/Dapper.FSharp/MSSQL/Builders.fs:37-48 | src/Dapper.FSharp/MySQL/Builders.fs:38-49 | src/Dapper.FSharp/PostgreSQL/Builders.fs:37-48 | src/Dapper.FSharp/SQLite/Builders.fs:35-46 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/Dapper.FSharp/MSSQL/Builders.fs:37\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Builders.fs"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"e30c473733ff28bc5a9d02f37695828c2802d4c45edd0e4a79a89556facd79ec"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 4): src/Dapper.FSharp/MSSQL/Builders.fs:349-360 | src/Dapper.FSharp/MySQL/Builders.fs:363-374 | src/Dapper.FSharp/PostgreSQL/Builders.fs:362-373 | src/Dapper.FSharp/SQLite/Builders.fs:317-328 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Builders.fs"},"region":{"startLine":349}}}],"partialFingerprints":{"codehealthFindingId/v1":"d283912ebf794533e37e47c2b1973cf54c18c885d69e5fac7e8bc3011efe7055"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 3): src/Dapper.FSharp/MSSQL/Evaluator.fs:16-27 | src/Dapper.FSharp/MySQL/Evaluator.fs:19-30 | src/Dapper.FSharp/SQLite/Evaluator.fs:14-25 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Evaluator.fs"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e9b6e59e14b5c0584508bd0c2058295b0cc2b6ab898b3c94f4b24ed94b2bccb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/Dapper.FSharp/MySQL/Builders.fs:73-84 | src/Dapper.FSharp/PostgreSQL/Builders.fs:72-83 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/Builders.fs"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"be3e8b1b7b2f59876cf920741771a84b0b77a3a42481dc54e5287f9e2d964046"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/Dapper.FSharp/MySQL/Evaluator.fs:108-119 | src/Dapper.FSharp/PostgreSQL/Evaluator.fs:115-126 \u2014 \u0060src/Dapper.FSharp/MySQL/Evaluator.fs\u0060 and \u0060src/Dapper.FSharp/PostgreSQL/Evaluator.fs\u0060 are the same file name in two sibling directories, so they are most likely parallel implementations of one contract rather than a copy of each other \u2014 this scan matched 8 separate duplicated blocks between them, totalling at least 69 lines. If both are selected at run time, neither can be retired in favour of the other, and the lines that DIFFER between them are the reason both exist. The move that pays here is to hoist the identical part into a shared location the whole family can reach and give what differs a parameter or a seam, so a change lands once instead of once per sibling; extracting one helper per block leaves every sibling to drift on its own."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/Evaluator.fs"},"region":{"startLine":108}}}],"partialFingerprints":{"codehealthFindingId/v1":"2a03627e94756b6096dbdfdcfce669d1e503afc15fe865de3dc03b0243628a95"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 4): src/Dapper.FSharp/MSSQL/Builders.fs:95-105 | src/Dapper.FSharp/MySQL/Builders.fs:93-103 | src/Dapper.FSharp/PostgreSQL/Builders.fs:92-102 | src/Dapper.FSharp/SQLite/Builders.fs:83-93 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Builders.fs"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"79d3d7d2b95e2369a52cac02a2f5289c1d1defea66aab9690a695b005ec58ecd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 4): src/Dapper.FSharp/MSSQL/Builders.fs:457-467 | src/Dapper.FSharp/MySQL/Builders.fs:471-481 | src/Dapper.FSharp/PostgreSQL/Builders.fs:470-480 | src/Dapper.FSharp/SQLite/Builders.fs:424-434 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Builders.fs"},"region":{"startLine":457}}}],"partialFingerprints":{"codehealthFindingId/v1":"9160bd348d4cb6a7eac660e27a002e804880fe089627bde40cd4c1423622018a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): src/Dapper.FSharp/MSSQL/Builders.fs:246-256 | src/Dapper.FSharp/MySQL/Builders.fs:244-254 | src/Dapper.FSharp/PostgreSQL/Builders.fs:243-253 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Builders.fs"},"region":{"startLine":246}}}],"partialFingerprints":{"codehealthFindingId/v1":"eefb9b80a79385b5e399b8f26f50e8e17afd0733b1862d0d44f26092144492fd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 4): src/Dapper.FSharp/MSSQL/GenericDeconstructor.fs:79-88 | src/Dapper.FSharp/MySQL/GenericDeconstructor.fs:79-88 | src/Dapper.FSharp/PostgreSQL/GenericDeconstructor.fs:82-91 | src/Dapper.FSharp/SQLite/GenericDeconstructor.fs:79-88 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/GenericDeconstructor.fs"},"region":{"startLine":79}}}],"partialFingerprints":{"codehealthFindingId/v1":"04cf069671d6a13c4e5ce1c45cfc74fbbb5f9a1fbe83e7e146296878b425c80b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 4): src/Dapper.FSharp/MSSQL/Evaluator.fs:79-88 | src/Dapper.FSharp/MySQL/Evaluator.fs:82-91 | src/Dapper.FSharp/PostgreSQL/Evaluator.fs:89-98 | src/Dapper.FSharp/SQLite/Evaluator.fs:76-85 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/Dapper.FSharp/MSSQL/Evaluator.fs:79\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Evaluator.fs"},"region":{"startLine":79}}}],"partialFingerprints":{"codehealthFindingId/v1":"5ffebb737574aa01c3acade3caaec7b2bac4df1dfba3a1cfce5f4e00f7f0bb5e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 4): src/Dapper.FSharp/MSSQL/Evaluator.fs:121-131 | src/Dapper.FSharp/MySQL/Evaluator.fs:115-124 | src/Dapper.FSharp/PostgreSQL/Evaluator.fs:122-131 | src/Dapper.FSharp/SQLite/Evaluator.fs:108-118 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Evaluator.fs"},"region":{"startLine":121}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e32db7aac9ca9ac97f205318a537cde1dff2da0d359fa350f9718dcdae91f6b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/Dapper.FSharp/MySQL/Evaluator.fs:11-20 | src/Dapper.FSharp/PostgreSQL/Evaluator.fs:14-24 \u2014 \u0060src/Dapper.FSharp/MySQL/Evaluator.fs\u0060 and \u0060src/Dapper.FSharp/PostgreSQL/Evaluator.fs\u0060 are the same file name in two sibling directories, so they are most likely parallel implementations of one contract rather than a copy of each other \u2014 this scan matched 8 separate duplicated blocks between them, totalling at least 69 lines. If both are selected at run time, neither can be retired in favour of the other, and the lines that DIFFER between them are the reason both exist. The move that pays here is to hoist the identical part into a shared location the whole family can reach and give what differs a parameter or a seam, so a change lands once instead of once per sibling; extracting one helper per block leaves every sibling to drift on its own."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/Evaluator.fs"},"region":{"startLine":11}}}],"partialFingerprints":{"codehealthFindingId/v1":"0561aaf4ea30cb723e98e0b086f9bbbda158d6f0a7c7744dbba142e38a7f23ff"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/Dapper.FSharp/SQLite/Builders.fs:185-194 | src/Dapper.FSharp/SQLite/Builders.fs:227-236 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/SQLite/Builders.fs"},"region":{"startLine":185}}}],"partialFingerprints":{"codehealthFindingId/v1":"3d9cf51b1d39fb4085e096182c73ac0c5ec5871118cd571d4c4d5b65f827e078"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 4): src/Dapper.FSharp/MSSQL/Builders.fs:524-532 | src/Dapper.FSharp/MySQL/Builders.fs:538-546 | src/Dapper.FSharp/PostgreSQL/Builders.fs:537-545 | src/Dapper.FSharp/SQLite/Builders.fs:490-498 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Builders.fs"},"region":{"startLine":524}}}],"partialFingerprints":{"codehealthFindingId/v1":"3705721c958e5ed7438f7bc4de0a2a1777430d73f0f04cb19f84f4b0f67cd8ae"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/Dapper.FSharp/MSSQL/GenericDeconstructor.fs:14-22 | src/Dapper.FSharp/MySQL/GenericDeconstructor.fs:14-22 | src/Dapper.FSharp/SQLite/GenericDeconstructor.fs:14-22 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/GenericDeconstructor.fs"},"region":{"startLine":14}}}],"partialFingerprints":{"codehealthFindingId/v1":"6e348f5f8ba0b44bbb8adc7f91e72934549c80fdc0dbbe5611b3e58b39500304"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/Dapper.FSharp/MSSQL/OptionTypes.fs:4-12 | src/Dapper.FSharp/MySQL/OptionTypes.fs:4-12 | src/Dapper.FSharp/PostgreSQL/OptionTypes.fs:4-12 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/OptionTypes.fs"},"region":{"startLine":4}}}],"partialFingerprints":{"codehealthFindingId/v1":"faee270c301f9c5cfb7cbfa671275106a88c341ed9452df50334cf4d1a72e3ae"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Dapper.FSharp/OptionTypes.fs:41-49 | src/Dapper.FSharp/OptionTypes.fs:54-62 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/OptionTypes.fs"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"f549e2004597908d1c136f78e1f283ff7f9a6a798fa1161999bace744e1d4071"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Dapper.FSharp/PostgreSQL/Builders.fs:188-196 | src/Dapper.FSharp/PostgreSQL/Builders.fs:234-242 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/PostgreSQL/Builders.fs"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"d8e31de5ddf8aae4bed74c8b658e89e311ab5d3c4e0653800332ec3f29182990"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Dapper.FSharp/PostgreSQL/Evaluator.fs:166-174 | src/Dapper.FSharp/PostgreSQL/Evaluator.fs:181-189 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/PostgreSQL/Evaluator.fs"},"region":{"startLine":166}}}],"partialFingerprints":{"codehealthFindingId/v1":"834d5e5f6e8cd3d6b70b47f2f1a84a9faab924fe6d53711f060caea80fea2e5c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 3): src/Dapper.FSharp/PostgreSQL/Builders.fs:96-103 | src/Dapper.FSharp/PostgreSQL/Builders.fs:389-396 | src/Dapper.FSharp/PostgreSQL/Builders.fs:530-537 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/PostgreSQL/Builders.fs"},"region":{"startLine":96}}}],"partialFingerprints":{"codehealthFindingId/v1":"73958f0eab8bdc33b08c6a3ca5d10972197b8b2e1e7123b570b23af684f96fa3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/Dapper.FSharp/PostgreSQL/Builders.fs:461-468 | src/Dapper.FSharp/PostgreSQL/Builders.fs:521-528 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/PostgreSQL/Builders.fs"},"region":{"startLine":461}}}],"partialFingerprints":{"codehealthFindingId/v1":"e3c4df97195f76426a409368cc36faa084a4cc3a00c12d6ded14e76cdb4e0cd9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 4): src/Dapper.FSharp/MSSQL/Builders.fs:113-119 | src/Dapper.FSharp/MySQL/Builders.fs:111-117 | src/Dapper.FSharp/PostgreSQL/Builders.fs:110-116 | src/Dapper.FSharp/SQLite/Builders.fs:101-107 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Builders.fs"},"region":{"startLine":113}}}],"partialFingerprints":{"codehealthFindingId/v1":"3ee966056801cee6fed57b1cc0336b03e06c459c89c469926163097b63418880"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 4): src/Dapper.FSharp/MSSQL/Builders.fs:293-299 | src/Dapper.FSharp/MySQL/Builders.fs:291-297 | src/Dapper.FSharp/PostgreSQL/Builders.fs:290-296 | src/Dapper.FSharp/SQLite/Builders.fs:273-279 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Builders.fs"},"region":{"startLine":293}}}],"partialFingerprints":{"codehealthFindingId/v1":"178aa1b08bf681a12ca997586671d5f4ab8d77b67dbe435964306eb4c23b84f8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 4): src/Dapper.FSharp/MSSQL/Builders.fs:307-313 | src/Dapper.FSharp/MySQL/Builders.fs:305-311 | src/Dapper.FSharp/PostgreSQL/Builders.fs:304-310 | src/Dapper.FSharp/SQLite/Builders.fs:287-293 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Builders.fs"},"region":{"startLine":307}}}],"partialFingerprints":{"codehealthFindingId/v1":"c3ba65329888ed1604a0908e45af2707fc92fe6ca4606fad9c1db6b4fcc09b93"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 3): src/Dapper.FSharp/MSSQL/GenericDeconstructor.fs:37-43 | src/Dapper.FSharp/MySQL/GenericDeconstructor.fs:37-43 | src/Dapper.FSharp/SQLite/GenericDeconstructor.fs:37-43 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/GenericDeconstructor.fs"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"aa080186ef620a2276621709af38c0211de419d2355d1aa77f913d677f725bdc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 3): src/Dapper.FSharp/MSSQL/IDbConnection.fs:6-12 | src/Dapper.FSharp/MySQL/IDbConnection.fs:6-12 | src/Dapper.FSharp/SQLite/IDbConnection.fs:6-12 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/IDbConnection.fs"},"region":{"startLine":6}}}],"partialFingerprints":{"codehealthFindingId/v1":"100008ad5008a924bd20dddb7dca85ad0e20a100b7db3ec8b27c2ecd000fac43"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/Dapper.FSharp/MSSQL/Evaluator.fs:150-156 | src/Dapper.FSharp/PostgreSQL/Evaluator.fs:147-153 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/Evaluator.fs"},"region":{"startLine":150}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9e50aeb18c5a345f8148ca5fed47f2ed77aaf08955a65a186547236d7bb20ed"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/Dapper.FSharp/MySQL/GenericDeconstructor.fs:105-111 | src/Dapper.FSharp/SQLite/GenericDeconstructor.fs:105-111 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/GenericDeconstructor.fs"},"region":{"startLine":105}}}],"partialFingerprints":{"codehealthFindingId/v1":"383a299afe38d1154f4fcc9e944caf06df912266d0b21390ae40449cbd96d167"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/Dapper.FSharp/MySQL/Evaluator.fs:97-103 | src/Dapper.FSharp/PostgreSQL/Evaluator.fs:104-110 \u2014 \u0060src/Dapper.FSharp/MySQL/Evaluator.fs\u0060 and \u0060src/Dapper.FSharp/PostgreSQL/Evaluator.fs\u0060 are the same file name in two sibling directories, so they are most likely parallel implementations of one contract rather than a copy of each other \u2014 this scan matched 8 separate duplicated blocks between them, totalling at least 69 lines. If both are selected at run time, neither can be retired in favour of the other, and the lines that DIFFER between them are the reason both exist. The move that pays here is to hoist the identical part into a shared location the whole family can reach and give what differs a parameter or a seam, so a change lands once instead of once per sibling; extracting one helper per block leaves every sibling to drift on its own. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/Dapper.FSharp/MySQL/Evaluator.fs:97\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/Evaluator.fs"},"region":{"startLine":97}}}],"partialFingerprints":{"codehealthFindingId/v1":"223024fdbc73353dac2f98e302ec07b59ad472c105095df4d64bcd620a1437ba"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/Dapper.FSharp/MySQL/Evaluator.fs:136-142 | src/Dapper.FSharp/PostgreSQL/Evaluator.fs:143-149 \u2014 \u0060src/Dapper.FSharp/MySQL/Evaluator.fs\u0060 and \u0060src/Dapper.FSharp/PostgreSQL/Evaluator.fs\u0060 are the same file name in two sibling directories, so they are most likely parallel implementations of one contract rather than a copy of each other \u2014 this scan matched 8 separate duplicated blocks between them, totalling at least 69 lines. If both are selected at run time, neither can be retired in favour of the other, and the lines that DIFFER between them are the reason both exist. The move that pays here is to hoist the identical part into a shared location the whole family can reach and give what differs a parameter or a seam, so a change lands once instead of once per sibling; extracting one helper per block leaves every sibling to drift on its own."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/Evaluator.fs"},"region":{"startLine":136}}}],"partialFingerprints":{"codehealthFindingId/v1":"4a250c800874582f7d9a6249277c57d4ba0525191d7d476981e3d788468969b4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 4): src/Dapper.FSharp/OptionTypes.fs:67-72 | src/Dapper.FSharp/MSSQL/OptionTypes.fs:8-13 | src/Dapper.FSharp/MySQL/OptionTypes.fs:8-13 | src/Dapper.FSharp/PostgreSQL/OptionTypes.fs:8-13 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/OptionTypes.fs"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ad39b6452734dd3ec758bc79445e655ece9a8bdeb95d07b1d84c6785be4190a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 4): src/Dapper.FSharp/OptionTypes.fs:77-82 | src/Dapper.FSharp/MSSQL/OptionTypes.fs:18-23 | src/Dapper.FSharp/MySQL/OptionTypes.fs:18-23 | src/Dapper.FSharp/PostgreSQL/OptionTypes.fs:18-23 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/OptionTypes.fs"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"57acd7e8bef9ec489fe703430ba73612e942c22e94d3003f8f86ec20d2c7a681"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 4): src/Dapper.FSharp/MSSQL/GenericDeconstructor.fs:50-55 | src/Dapper.FSharp/MySQL/GenericDeconstructor.fs:50-55 | src/Dapper.FSharp/PostgreSQL/GenericDeconstructor.fs:53-58 | src/Dapper.FSharp/SQLite/GenericDeconstructor.fs:50-55 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/GenericDeconstructor.fs"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"e369cb2b84f8672801cd285b13a491721f7e16d63f100ac88b0173d94bd338aa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/Dapper.FSharp/MySQL/Evaluator.fs:161-166 | src/Dapper.FSharp/PostgreSQL/Evaluator.fs:179-184 \u2014 \u0060src/Dapper.FSharp/MySQL/Evaluator.fs\u0060 and \u0060src/Dapper.FSharp/PostgreSQL/Evaluator.fs\u0060 are the same file name in two sibling directories, so they are most likely parallel implementations of one contract rather than a copy of each other \u2014 this scan matched 8 separate duplicated blocks between them, totalling at least 69 lines. If both are selected at run time, neither can be retired in favour of the other, and the lines that DIFFER between them are the reason both exist. The move that pays here is to hoist the identical part into a shared location the whole family can reach and give what differs a parameter or a seam, so a change lands once instead of once per sibling; extracting one helper per block leaves every sibling to drift on its own."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/Evaluator.fs"},"region":{"startLine":161}}}],"partialFingerprints":{"codehealthFindingId/v1":"f5c0d0bb106f144cfc0cddb170bacc362a845c68b9f24ebe0952c037c2eb843e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/Dapper.FSharp/PostgreSQL/Builders.fs:133-138 | src/Dapper.FSharp/PostgreSQL/Builders.fs:141-146 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/PostgreSQL/Builders.fs"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"72d30a74bef3a514ad6a34d50879694cc6bf6bed66de3466338169338dfa94ec"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/Dapper.FSharp/PostgreSQL/Builders.fs:149-154 | src/Dapper.FSharp/PostgreSQL/Builders.fs:157-162 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/PostgreSQL/Builders.fs"},"region":{"startLine":149}}}],"partialFingerprints":{"codehealthFindingId/v1":"f71b93365369fa026fdc8581e24b0d1e02d34cb6942a0fc60cc206349e340d11"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 3): src/Dapper.FSharp/MSSQL/OptionTypes.fs:24-28 | src/Dapper.FSharp/MySQL/OptionTypes.fs:24-28 | src/Dapper.FSharp/PostgreSQL/OptionTypes.fs:24-28 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MSSQL/OptionTypes.fs"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"932a2169d231caed4cad2fa602b6abd1e550402db58d5e9e706d4e82def1d6aa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/Dapper.FSharp/MySQL/Evaluator.fs:152-156 | src/Dapper.FSharp/PostgreSQL/Evaluator.fs:164-168 \u2014 \u0060src/Dapper.FSharp/MySQL/Evaluator.fs\u0060 and \u0060src/Dapper.FSharp/PostgreSQL/Evaluator.fs\u0060 are the same file name in two sibling directories, so they are most likely parallel implementations of one contract rather than a copy of each other \u2014 this scan matched 8 separate duplicated blocks between them, totalling at least 69 lines. If both are selected at run time, neither can be retired in favour of the other, and the lines that DIFFER between them are the reason both exist. The move that pays here is to hoist the identical part into a shared location the whole family can reach and give what differs a parameter or a seam, so a change lands once instead of once per sibling; extracting one helper per block leaves every sibling to drift on its own."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/Evaluator.fs"},"region":{"startLine":152}}}],"partialFingerprints":{"codehealthFindingId/v1":"7c5b35d74f714afe39b1b3ec9d9cc1a3cfa8d6eda36af6bcebf18c80270694e8"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Deconstructor.fs: 0.0% line coverage (0/11)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MSSQL/Deconstructor.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f6345dc814bdd99eff8ecde62c63a4b671d4ceaf9aa48242d70b4bdb8af7989c"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: TypeHandlers.fs: 0.0% line coverage (0/1)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"SQLite/TypeHandlers.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"eeb7523e0633f798abc2d1756e84eca857fe6cfded23fa6a894329136098ef56"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Domain.fs: 25.0% line coverage (1/4)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"SQLite/Domain.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ca9a3ce032fa7a9dd2b35061e11673e942da90ae99a91be21164c23a5eefc0b2"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: OptionTypes.fs: 0.0% line coverage (0/20)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"PostgreSQL/OptionTypes.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef36882c3ddfe1e73e814b1f73660ec34c5655c10a683896748ee0e54bab62ca"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: IDbConnection.fs: 0.0% line coverage (0/15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"PostgreSQL/IDbConnection.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"03782f9a936598d9d1b4c7288847a6a967de0426a4ea0d25df5a8657e73c08d7"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Deconstructor.fs: 0.0% line coverage (0/11)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"PostgreSQL/Deconstructor.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3e1875c21fb815110a11dd2351021f715649f67351bb142b58938e24b5a3cca3"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Evaluator.fs: 0.0% line coverage (0/125)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"PostgreSQL/Evaluator.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ff630da3630b1b061266757114f515a2d0935b93bc4beae72deb8f85b5c60fca"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: GenericDeconstructor.fs: 0.0% line coverage (0/91)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"PostgreSQL/GenericDeconstructor.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f5cb52ba10e632d36e363b1883d906ffa7521b18e457442490e42f388540fbdf"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: WhereAnalyzer.fs: 0.0% line coverage (0/23)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"PostgreSQL/WhereAnalyzer.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5392b239b9d4614f2b3e77c81fd126f87075c7da6a746a29f86c45972dd8938f"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: JoinAnalyzer.fs: 0.0% line coverage (0/18)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"PostgreSQL/JoinAnalyzer.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6dd083a1f38ff298ac9b89017a7ecc62e2abf51b81516bcf0e0579781a92ed8f"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Builders.fs: 2.0% line coverage (5/254)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"PostgreSQL/Builders.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e26c43bae83b9ad85de8961889401bca0c54e245b89e706e8abc191a58ede813"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: LinqExpressionVisitors.fs: 0.0% line coverage (0/182)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"PostgreSQL/LinqExpressionVisitors.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"75e2587f58aea07a8a8c06de46202fd6fe73e9be1a720a771882057421cb6fd0"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Domain.fs: 0.0% line coverage (0/4)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"PostgreSQL/Domain.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"10de110f5f3c1fb1ef77101daa28ac7315e6fa75bf06913b8d744033356a2467"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: OptionTypes.fs: 0.0% line coverage (0/20)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MySQL/OptionTypes.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1f95f52ecbdc6961cc179080e546dadf9adcab1a35dc680747b606ddf131f44d"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: IDbConnection.fs: 0.0% line coverage (0/12)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MySQL/IDbConnection.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0ed4db43f31955eabc2da2d07ab8b7b85759d3f29c0114d2be34e58b3cff5762"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Deconstructor.fs: 0.0% line coverage (0/8)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MySQL/Deconstructor.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6fbab99ed9648600d729987286afcc11ff253cf72cabf93765afd0ea2a87e1a4"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Evaluator.fs: 0.0% line coverage (0/109)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MySQL/Evaluator.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7bd11d75f965c34524eead4bd375a74d673f30e6de75536c2c836845fd696cd3"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: GenericDeconstructor.fs: 0.0% line coverage (0/78)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MySQL/GenericDeconstructor.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4740af89b1d383bdef220bd26ec8a7c03971e36ad75fbee9e67c5f130f394278"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: WhereAnalyzer.fs: 0.0% line coverage (0/24)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MySQL/WhereAnalyzer.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c0b1b311b2cbe6cc3961eea733977375987791aa51c1e0444d774f23fe7a8273"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: JoinAnalyzer.fs: 0.0% line coverage (0/18)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MySQL/JoinAnalyzer.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1445a587a0915f7c7bf47fdc3aa14709b4b7d954e480deaaa658dda19658f90d"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Builders.fs: 2.0% line coverage (5/252)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MySQL/Builders.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3944deaa69635e1fe0564a2d9e80c2561664dda32c07664d95b99607c989cb0b"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: LinqExpressionVisitors.fs: 0.0% line coverage (0/179)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MySQL/LinqExpressionVisitors.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0d8a070b4e044e19df81fbb83d8a91224b411cdad93c261b16e15b9132279eb5"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Domain.fs: 0.0% line coverage (0/4)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MySQL/Domain.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"8fd4d5f30ccec77b9ec1c25446e4a5d1fbbabaf0d42b7179b6f1008b16b40a3a"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: OptionTypes.fs: 0.0% line coverage (0/20)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MSSQL/OptionTypes.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6ba6a569eb876582e9a8d2e0ef17f908d4c9b3338fe108a5dce3eb668cacfc39"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: IDbConnection.fs: 0.0% line coverage (0/15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MSSQL/IDbConnection.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2ddcdb30fdc605d2191e105ba77e4771bf93da73e1f07d6f83cf61490cfcfcb4"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Evaluator.fs: 0.0% line coverage (0/124)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MSSQL/Evaluator.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5b8823c6dc04d9088cce2d9831d24cec80bcd4f280cc6b105bf6ad1ca6ebd325"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: GenericDeconstructor.fs: 0.0% line coverage (0/91)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MSSQL/GenericDeconstructor.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"518cd63e5f8643180797fa8c85c2552b114d8364d2708c6d66eafbb3528988dc"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: WhereAnalyzer.fs: 0.0% line coverage (0/24)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MSSQL/WhereAnalyzer.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c6ee5be026001ab648e9fbd06c305a804132c67be0b9f3792bacd0979b8d093c"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: JoinAnalyzer.fs: 0.0% line coverage (0/18)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MSSQL/JoinAnalyzer.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d03578ea0cdf0a5def2bc64c3cf83a31bdef74c4de3065f56cde8c53d17366be"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Builders.fs: 1.9% line coverage (5/259)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MSSQL/Builders.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5634e4a63e797fc2afd71a1f66849e7bb1b053a9dd535c1fd57b5514d70965d1"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: LinqExpressionVisitors.fs: 0.0% line coverage (0/179)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MSSQL/LinqExpressionVisitors.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a4bd9a1118deef1ff8deea317ce5823fe51bbe90c76ea5f0f00e88d9b67a8714"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Domain.fs: 0.0% line coverage (0/4)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"MSSQL/Domain.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"fb1e72be05e7c610262df0f3de5767e9d35992db9840fe1322812cea17866798"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: OptionTypes.fs: 25.5% line coverage (13/51)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"OptionTypes.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"39dd8bf9e704f791e8b43d87a6f790fd8227327b05a667646be0953ff339f5eb"}},{"ruleId":"D12","level":"error","message":{"text":"Vulnerable: OpenTelemetry.Api: OpenTelemetry.Api 1.15.1 \u2014 Moderate severity. https://github.com/advisories/[GHSA redacted]"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"957e7394425c022fd913b071ba582e11b6cf3730adf2b692a39ff89ffff37caf"}},{"ruleId":"D12","level":"error","message":{"text":"Vulnerable: NuGet.Packaging: NuGet.Packaging 7.3.0 \u2014 Low severity. https://github.com/advisories/[GHSA redacted]"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"29d86cd316fda036a7964753537ec78af384220ec4382ca5380f6a65bb09d75a"}},{"ruleId":"D12","level":"error","message":{"text":"Vulnerable: NuGet.Protocol: NuGet.Protocol 7.3.0 \u2014 Low severity. https://github.com/advisories/[GHSA redacted]"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"58866793ce163c2765bd9b4c1956ade0299cde6b67cad0971ef29f464ac1c440"}},{"ruleId":"D16","level":"warning","message":{"text":"dormant codebase \u2014 no living knowledge left to concentrate: All 24 significant source file(s) were last meaningfully changed so long ago that no living knowledge remains \u2014 nothing since has been substantial enough to re-establish ownership (a broad, mechanical sweep that touches many files shallowly does not count, and neither does no activity at all). There is no concentration to measure, so the bus factor is not scored. This is not a clean bill: nobody currently holds working knowledge of this code (see D34 Knowledge Freshness)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"569d55ea5cb0330f13c125b289d07e5abdfcceac947a2c2645277937942e7d5f"}},{"ruleId":"D30","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"821c074a7ffaaf7830dbe8db95066e8e9124b22b2730a82d4df75728c223c764"}},{"ruleId":"D30","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"f276225b0a3eb7c3987cf356d572ceedb2275ad7dca4b4597564c525e6108b4e"}},{"ruleId":"D30","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"2de045f6e9cf9e175069967418d6a7e479fc36e081be839f18641a9e0006f046"}},{"ruleId":"D34","level":"error","message":{"text":"Orphaned knowledge: No living knowledge remains for this large file \u2014 its last meaningful change has decayed away; if it breaks, no one currently understands it. Schedule a read-through / add characterisation tests before it bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/MySQL/Builders.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"55e15210a53f0a4e020863295777b8b15c36c6b645929aa05ec46a13fae14d8c"}},{"ruleId":"D34","level":"error","message":{"text":"Orphaned knowledge: No living knowledge remains for this large file \u2014 its last meaningful change has decayed away; if it breaks, no one currently understands it. Schedule a read-through / add characterisation tests before it bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Dapper.FSharp/SQLite/Builders.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b1beec38de186da5617907eb2bb7df9970ad9ccd6087f17f1cf25cf1d50496e6"}},{"ruleId":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 5 smaller file(s) also have no living knowledge \u2014 folded into the freshness score and metrics rather than listed individually (7 orphaned of 24 analysed files in total, counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ce861fd78f6935114d3a342cb90ad25870f984e1042954fcbbe27c0e23be3658"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1395","guid":"800e09e7-c11a-8654-9fa6-86f398995fed","name":"Dependency on Vulnerable Third-Party Component","shortDescription":{"text":"Dependency on Vulnerable Third-Party Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1395.html"},{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-937","guid":"16f316ae-415c-b354-a59b-1f7905f756e9","name":"Using Components with Known Vulnerabilities","shortDescription":{"text":"Using Components with Known Vulnerabilities"},"helpUri":"https://cwe.mitre.org/data/definitions/937.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":3,"secretScannerRunsExcluded":0}},"redactionTokens":["A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."]}]}