-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
255 lines (215 loc) · 13.7 KB
/
index.html
File metadata and controls
255 lines (215 loc) · 13.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Where I occasionally write about topics like .NET, DevOps, Open Source, Azure, etc.">
<title>@devlead - Mattias Karlsson's Blog - Welcome to my blog 👋</title>
<link rel="canonical" href="https://www.devlead.se/">
<link type="application/rss+xml" rel="alternate" title="@devlead - Mattias Karlsson's Blog" href="/feed.rss" />
<link type="application/atom+xml" rel="alternate" title="@devlead - Mattias Karlsson's Blog" href="/feed.atom" />
<meta name="application-name" content="@devlead - Mattias Karlsson's Blog" />
<meta name="msapplication-tooltip" content="@devlead - Mattias Karlsson's Blog" />
<meta name="msapplication-starturl" content="/" />
<meta property="og:title" content="@devlead - Mattias Karlsson's Blog - Welcome to my blog 👋" />
<meta property="og:image" content="https://cdn.devlead.se/clipimg-vscode/2021/01/11/1f2af322-a19f-753d-bd3e-00118dc674f1.png?sv=2019-12-12&st=2021-01-10T15%3A16%3A48Z&se=2031-01-11T15%3A16%3A48Z&sr=b&sp=r&sig=RYHdZjTvO%2Fw0tUGsgnIiGJRhTiQQPHnEsSKtnV14Yoc%3D" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.devlead.se/" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- Bootstrap core CSS -->
<link href="/vendor/bootstrap/scss/bootstrap.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="/vendor/fontawesome-free/css/brands.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css' data-no-mirror>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css' data-no-mirror>
<!-- Custom styles for this template -->
<link href="/scss/clean-blog.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.19.0/components/prism-core.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.19.0/plugins/autoloader/prism-autoloader.min.js" data-no-mirror></script>
<script src="https://cdn.jsdelivr.net/npm/quicklink@2.0.0/dist/quicklink.umd.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.19.0/themes/prism.css">
<!-- Lunr search -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<style>
.sponsorship { text-align: center; margin-top: 1em; }
.sponsorship a { text-decoration: none; }
.sponsorship a i.fa-heart { color: red; }
.sponsorship a:hover i { color: white; transition-property: color; transition-duration: 350ms; }
</style>
<link href="/scss/TabGroup.css" rel="stylesheet" type="text/css">
<link href="/pagefind/pagefind-ui.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="/">@devlead - Mattias Karlsson's Blog</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/posts">Posts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/tags">Tags</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">About</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Header -->
<header class="masthead" style="background-image: url("https://cdn.devlead.se/clipimg-vscode/2021/01/11/1f2af322-a19f-753d-bd3e-00118dc674f1.png?sv=2019-12-12&st=2021-01-10T15%3A16%3A48Z&se=2031-01-11T15%3A16%3A48Z&sr=b&sp=r&sig=RYHdZjTvO%2Fw0tUGsgnIiGJRhTiQQPHnEsSKtnV14Yoc%3D")">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="site-heading">
<h1>
Welcome to my blog 👋
</h1>
<h2 class="subheading">Where I occasionally write about topics like .NET, DevOps, Open Source, Azure, etc.</h2>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container"y>
<div class="row">
<div id="content" class="col-md-12" >
<div class="container-sm-height">
<div class="row row-sm-height">
<div class="col-md-6 right-border col-sm-height">
<div class="post-preview">
<h2 class="post-title"><a href="/posts/2026/2026-03-22-quarter-billion-nuget-downloads">A quarter of a billion NuGet downloads</a></h2>
<p class="post-meta">Published on Sunday, 22 March 2026</p>
<p>The total downloads of my packages on <a href="https://www.nuget.org/profiles/devlead">NuGet.org</a> have crossed a quarter of a billion. It is a vanity number, but it got me thinking less about the count and more about the platform that made it possible. So here is a short look back at NuGet, the positive bits, and what it has enabled for open source and the community.</p> <p class="small"><a href="/posts/2026/2026-03-22-quarter-billion-nuget-downloads">Read more...</a></p>
</div>
<div class="post-preview">
<h2 class="post-title"><a href="/posts/2026/2026-02-26-renovate-csharp-file-based-apps">Mend Renovate Now Supports C# File-Based Apps and Cake.Sdk</a></h2>
<p class="post-meta">Published on Thursday, 26 February 2026</p>
<p><a href="https://github.com/renovatebot/renovate">Mend Renovate</a> automates dependency updates by opening pull requests when newer versions of your dependencies are available. Until recently, if you used .NET single-file scripts or <a href="https://cakebuild.net/docs/running-builds/runners/cake-sdk">Cake.Sdk</a> build scripts written in C# (e.g. <code>cake.cs</code> or <code>build.cs</code>), Renovate did not look inside those files. Two merged changes fix that: the NuGet manager now understands <code>#:sdk</code> and <code>#:package</code> directives in C# files, and the Cake manager can extract and update packages from <a href="https://cakebuild.net/docs/writing-builds/sdk/tools"><code>InstallTool</code></a> and <code>InstallTools</code> calls. In this post I'll summarize what was added and how to enable it in your repo.</p> <p class="small"><a href="/posts/2026/2026-02-26-renovate-csharp-file-based-apps">Read more...</a></p>
</div>
<div class="post-preview">
<h2 class="post-title"><a href="/posts/2025/2025-07-28-migrating-to-cake-sdk">Migrating to Cake.Sdk</a></h2>
<p class="post-meta">Published on Monday, 28 July 2025</p>
<p>The Cake team recently announced <a href="https://cakebuild.net/blog/2025/07/dotnet-cake-cs">Cake.Sdk</a>, a new way to get the Cake tool scripting experience in regular .NET console applications. This brings the stellar experience of the new "dotnet run app.cs" feature (requires .NET 10), while also working seamlessly with .NET 8 and 9 for regular csproj projects.</p> <p class="small"><a href="/posts/2025/2025-07-28-migrating-to-cake-sdk">Read more...</a></p>
</div>
<div>
<div class="float-sm-left">
</div>
<div class="float-sm-right">
<a class="btn btn-primary" href="/page/2" role="button">Older <i class="fas fa-angle-double-right"></i></a>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-4 mt-4 mt-md-0 col-sm-height">
<div>
<h5>Tags</h5>
<a href="/tags/net" class="badge badge-light"> .NET (29)</a>
<a href="/tags/c" class="badge badge-light"> C# (16)</a>
<a href="/tags/devops" class="badge badge-light"> DevOps (15)</a>
<a href="/tags/azure" class="badge badge-light"> Azure (13)</a>
<a href="/tags/cake" class="badge badge-light"> Cake (9)</a>
<a href="/tags/nuget" class="badge badge-light"> NuGet (5)</a>
<a href="/tags/oss" class="badge badge-light"> OSS (5)</a>
<a href="/tags/tool" class="badge badge-light"> Tool (5)</a>
<a href="/tags/statiq" class="badge badge-light"> Statiq (5)</a>
<a href="/tags/devopsdocs" class="badge badge-light"> DevOpsDocs (4)</a>
<div class="mt-3">
<div class="float-sm-right">
<a class="btn btn-sm btn-primary" href="/tags" role="button">All Tags <i class="fas fa-angle-double-right"></i></a>
</div>
<div class="clearfix"></div>
</div>
</div>
<hr />
<h5>Online presence</h5>
<img align="left" src="https://cdn.devlead.se/clipimg-vscode/2021/01/11/devlead_white_256x256.png?sp=rl&st=2021-01-11T15:33:13Z&se=2031-01-12T15:33:00Z&sv=2019-12-12&sr=b&sig=YcJAjv8TaE1tD7%2B110enTaBM%2FyBEhEBFN8KpJRO1NHo%3D" alt="devlead avatar" style="width: 200px;height:200px;margin-bottom:120px" />
<ul class="list-unstyled">
<li><a rel="me" href="https://mastodon.social/@devlead"><i class="fab fa-mastodon"></i> Mastodon</a></li>
<li><a rel="me" href="https://bsky.app/profile/devlead.se"><i class="fas fa-square"></i>Bluesky</a></li>
<li><a href="https://devlead.medium.com"><i class="fab fa-medium"></i> Medium</a></li>
<li><a href="https://github.com/devlead"><i class="fab fa-github"></i> GitHub</a></li>
<li><a href="https://bitbucket.org/devlead"><i class="fab fa-bitbucket"></i> Bitbucket</a></li>
<li><a href="https://keybase.io/devlead"><i class="fab fa-keybase"></i> Keybase</a></li>
<li><a href="https://stackoverflow.com/users/5883153/devlead"><i class="fab fa-stack-overflow"></i> Stack Overflow</a></li>
<li><a href="https://www.linkedin.com/in/devlead"><i class="fab fa-linkedin"></i> LinkedIn</a></li>
<li><a href="https://sessionize.com/devlead/"><i class="fas fa-bullhorn"></i> Sessionize</a></li>
<li><a href="https://www.nuget.org/profiles/devlead"><i class="fa fa-archive"></i> NuGet</a></li>
<li>
<div class="sponsorship">
<a class="btn btn-lg btn-outline-primary btn-block" href="https://github.com/sponsors/devlead" title="Sponsor Mattias Karlsson on GitHub">
<i class="fa fa-heart"></i>
Sponsor Mattias
</a>
</div>
</li>
</ul>
<hr />
<ul class="list-unstyled">
<li><a href="https://mvp.microsoft.com/en-us/PublicProfile/5002677"><img width="124" height="50" style="margin: 5px" alt="Microsoft MVP Badge" src="https://cdn.devlead.se/clipimg-vscode/2021/01/11/1a7b1334-87fc-da54-af91-fc75c8bbfe7b.png?sv=2019-12-12&st=2021-01-10T15%3A36%3A28Z&se=2031-01-11T15%3A36%3A28Z&sr=b&sp=r&sig=gZuGhE9A3pzZbTzTgjy7ojtO97fg9NpUJyaACe0Ocuk%3D" /></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p class="copyright text-muted m-0">© Mattias Karlsson 2026</p>
<br />
<div id="search"></div>
<br />
<ul class="list-inline text-center small">
<li class="list-inline-item">
<a href="/feed.rss"><i class="fa fa-rss"></i> RSS Feed</a>
</li>
<li class="list-inline-item">
<a href="/feed.atom"><i class="fa fa-rss"></i> Atom Feed</a>
</li>
</ul>
<br />
<div class="font-weight-bold small"><a href="https://statiq.dev">Generated by Statiq</a></div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="/vendor/jquery/jquery.min.js"></script>
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/mermaid@11.4.1/dist/mermaid.min.js" integrity="sha384-rbtjAdnIQE/aQJGEgXrVUlMibdfTSa4PQju4HDhN3sR2PmaKFzhEafuePsl9H/9I" crossorigin="anonymous"></script>
<script src="/pagefind/pagefind-ui.js"></script>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
new PagefindUI({
element: "#search",
showSubResults: true,
processResult: function (result) {
result.meta.image = result.meta.image.replaceAll("&", "&");
return result;
}
});
});
</script>
<!-- Custom scripts for this template -->
<script src="/js/clean-blog.js"></script>
</body>
</html>