Skip to content

Commit 2ca7932

Browse files
committed
add slopwatch
1 parent 920360c commit 2ca7932

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

.slopwatch/baseline.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"version": 1,
3+
"createdAt": "2026-02-15T06:27:11.4396406+00:00",
4+
"updatedAt": "2026-02-15T06:27:11.4416395+00:00",
5+
"description": "Initial baseline created by 'slopwatch init' on 2026-02-15 06:27:11 UTC",
6+
"entries": [
7+
{
8+
"hash": "84e5829b6946053c",
9+
"ruleId": "SW003",
10+
"filePath": "src/Flickr.Net/Internals/LockFile.cs",
11+
"lineNumber": 90,
12+
"codeSnippet": "catch (IOException)\r\n {\r\n // could fail if already acquired elsewhere\r\n }",
13+
"message": "Empty catch block swallows exceptions without handling",
14+
"baselinedAt": "2026-02-15T06:27:11.4415193+00:00"
15+
},
16+
{
17+
"hash": "a2d64fcf64bccc06",
18+
"ruleId": "SW003",
19+
"filePath": "src/Flickr.Net/Internals/UtilityMethods.cs",
20+
"lineNumber": 255,
21+
"codeSnippet": "catch (FormatException)\r\n {\r\n }",
22+
"message": "Empty catch block swallows exceptions without handling",
23+
"baselinedAt": "2026-02-15T06:27:11.4415744+00:00"
24+
},
25+
{
26+
"hash": "f937ffd4d96ce617",
27+
"ruleId": "SW003",
28+
"filePath": "src/Flickr.Net/Internals/UtilityMethods.cs",
29+
"lineNumber": 300,
30+
"codeSnippet": "catch (FormatException)\r\n {\r\n#if DEBUG\r\n throw;\r\n#endif\r\n // ...",
31+
"message": "Empty catch block swallows exceptions without handling",
32+
"baselinedAt": "2026-02-15T06:27:11.4416356+00:00"
33+
},
34+
{
35+
"hash": "0fee9847472d06c4",
36+
"ruleId": "SW003",
37+
"filePath": "src/Flickr.Net/Internals/JsonConverters/DateTimeGranularityConverter.cs",
38+
"lineNumber": 47,
39+
"codeSnippet": "catch { }",
40+
"message": "Empty catch block swallows exceptions without handling",
41+
"baselinedAt": "2026-02-15T06:27:11.4416378+00:00"
42+
}
43+
]
44+
}

src/Flickr.Net/Flickr.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Title>Flickr API Client</Title>
55
<Description>The API is an HTTP-based interface created for developers keen on building application for Flickr.</Description>
66
<PackageTags>Flickr;Api;Photo;Video</PackageTags>
7-
<PackageIcon>logo_small.png</PackageIcon>
7+
<!-- <PackageIcon>logo_small.png</PackageIcon>-->
88
<PackageReadmeFile>README.md</PackageReadmeFile>
99
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1010
<PackageProjectUrl>https://github.com/st0o0/Flickr.Net</PackageProjectUrl>

0 commit comments

Comments
 (0)