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
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
Our underlying hiring system changed so there are new links for these jobs
careerhub.microsoft.com/careerhub/ex...
careerhub.microsoft.com/careerhub/ex...
β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.
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.
.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...
Correct. Itβs a Redmond position
Come help @jaredpar.bsky.social make me miserable on a weekly basis.
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...
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! π
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' π
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...
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π
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
It is so neat seeing tech like this built on top of the dotnet run app.cs work that we're doing.
"dotnet cake.cs"
#dotnet #cake #devops #itshappening #staytuned
Check out all the improvements to file-based apps (dotnet run app.cs) in preview.6 that went out today!
github.com/dotnet/core/...
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
`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...
Congrats!
.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.
null is a reserved keyword in C#. Been that way since 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
Weird. Just checked and it's working on my computer.
Spoiler sharplab.io#v2:C4LglgNgP...
Can you make this ToString call throw a NullReferenceException with ZERO operator overloading, reflection tricks, etc ...?
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.
By a lot I mean hundreds of thousands of occurrences
github.com/search?q=%2F...
It would if you used <LangVersion>latest though and there are a lot of customers that do that.