Advertisement · 728 × 90

Posts by jaredpar

Are you asking if the compilers can emit IL source code directly? If so then not that im aware of. But ildasm effectively gives you that capability. Its what even the compiler teams use to see the resulting IL

3 months ago 1 0 0 0

Our underlying hiring system changed so there are new links for these jobs

careerhub.microsoft.com/careerhub/ex...
careerhub.microsoft.com/careerhub/ex...

4 months ago 3 1 0 0

“Great. This is one problem I feel significantly better about now”

Apparently we’ve failed at our job and now @jaredpar.bsky.social is reassured not scared.

4 months ago 1 2 0 0
Screenshot showing a search box on top with $property and three property names such as DebugType, and lower the search results in the form of a tree, showing reads and writes of those MSBuild properties.

Screenshot showing a search box on top with $property and three property names such as DebugType, and lower the search results in the form of a tree, showing reads and writes of those MSBuild properties.

New in MSBuild Structured Log Viewer:

property trail showing reads and writes during evaluation, in order:

github.com/KirillOsenko...

If you've ever had ordering issues where someone reads your property before you wrote to it, this is the tool for you.

5 months ago 91 9 3 0
Search Jobs | Microsoft Careers

.NET is hiring. WinForms is looking for an SDE2 to help us drive the next version of the best UI stack of all time jobs.careers.microsoft.com/global/en/jo...

5 months ago 3 4 0 0

Correct. It’s a Redmond position

5 months ago 5 0 4 0

Come help @jaredpar.bsky.social make me miserable on a weekly basis.

5 months ago 18 6 3 0

Interested in working in .NET Tooling? My team is hiring for a few roles. This is a great to impact the .NET ecosystem, work with devs all across Microsoft and help drive the .NET platform forward.

jobs.careers.microsoft.com/global/en/jo...
jobs.careers.microsoft.com/global/en/jo...

5 months ago 27 25 2 2
Visual Studio Code with a Cake build script within a `build.cs` file.

Visual Studio Code with a Cake build script within a `build.cs` file.

ICYMI: Cake now supports file-based apps using "dotnet run" in .NET 10. Big shoutout to @devlead.se for all his hard work! 👏

5 months ago 26 7 1 0

Come and join us at 4:00 PM PT to see what we've been building for the last 18ish months. And what we mean when we say 'cohosting' 😄

6 months ago 2 2 0 0
Advertisement
Preview
Reuse CSC arguments in file-based app runs by jjonescz · Pull Request #50635 · dotnet/sdk Part of #48011. This optimization saves CSC arguments when MSBuild runs and then reuses them in subsequent runs so dotnet run file.cs can skip MSBuild and invoke only the compiler. In my simple exp...

Big improvements to the performance of developing C# file-based incoming. Subsequent builds/runs will cache MSBuild outputs & directly invoke the C# compiler if inputs don't change. This in addition to the work in rc.1 to avoid MSBuild completely for simple file-based apps
github.com/dotnet/sdk/p...

7 months ago 18 6 0 0

Just blogged about it
bsky.app/profile/cake...

Been working on this on and off since .NET preview 4, custom SDK together with source generator results in a really compelling end user story👍

9 months ago 3 2 0 0
Tech Promised Everything. Did it deliver? | Scott Hanselman | TEDxPortland
Tech Promised Everything. Did it deliver? | Scott Hanselman | TEDxPortland YouTube video by TEDx Talks

Hey friends! I did a TEDx talk and it's now up on the TED Conferences YouTube. It's possibly the best and most important talk I've ever done.

I would ask that you watch it, and please SHARE it broadly and widely. Thank you! youtu.be/dVG8W-0p6vg #AI #Tech #TED

9 months ago 740 281 55 51

It is so neat seeing tech like this built on top of the dotnet run app.cs work that we're doing.

9 months ago 9 3 1 0
Video

"dotnet cake.cs"

#dotnet #cake #devops #itshappening #staytuned

9 months ago 14 10 1 3

Check out all the improvements to file-based apps (dotnet run app.cs) in preview.6 that went out today!

github.com/dotnet/core/...

9 months ago 13 5 2 0
Post image

Another STP (Seattle to Portland) bike ride in the books. Did it in two days this year so a bit more relaxing. 4th time doing this ride and still amazed at how gorgeous the landscape is on this route. #stp

9 months ago 10 0 0 0

`dotnet run file.cs` is coming:

Allows running C# source files with no need for an explicit backing project. We call these file-based programs (as opposed to project-based programs).

github.com/dotnet/sdk/b...

1 year ago 208 46 25 8
Advertisement

Congrats!

9 months ago 2 0 0 0
Video

.NET Lab (lab.razor.fyi) now has Code Actions 🚀 Very useful when you paste some code snippet and want to add missing usings. But it can do much more - all Roslyn code fixes are included.

9 months ago 12 6 0 0
Preview
a man in a suit and tie is giving a thumbs up and saying `` exactly '' . ALT: a man in a suit and tie is giving a thumbs up and saying `` exactly '' .
10 months ago 0 0 1 0
Preview
a cartoon of grinch with a very angry look on his face ALT: a cartoon of grinch with a very angry look on his face
10 months ago 1 0 0 0

null is a reserved keyword in C#. Been that way since 1.0.

10 months ago 0 0 1 0

Giggling at the thought of some support team member at blue sky getting added to this thread and just seeing the type of horror you can do with C# and some creativity

10 months ago 4 0 0 0

Weird. Just checked and it's working on my computer.

10 months ago 1 0 2 0

Spoiler sharplab.io#v2:C4LglgNgP...

10 months ago 0 0 1 0
Post image

Can you make this ToString call throw a NullReferenceException with ZERO operator overloading, reflection tricks, etc ...?

10 months ago 0 0 1 0
Advertisement

There are over 145,000 uses of <LangVersion>latest</LangVersion> on GitHub alone. Whether or not it's a bad idea is somewhat irrelevant at this point because it's a popular one.

10 months ago 1 0 1 0

By a lot I mean hundreds of thousands of occurrences

github.com/search?q=%2F...

10 months ago 0 0 0 0

It would if you used <LangVersion>latest though and there are a lot of customers that do that.

10 months ago 0 0 1 0