Forwarded from PowerShell
❗ PowerShell for Visual Studio Code Updates – February 2021
- New semantic highlighting
- Added Pester v5 support to problem matcher.
- Updated PSScriptAnalyzer to 1.19.1. Which fixes formatting bugs!
- Many squashed bugs
https://devblogs.microsoft.com/powershell/powershell-for-visual-studio-code-updates-february-2021/
- New semantic highlighting
- Added Pester v5 support to problem matcher.
- Updated PSScriptAnalyzer to 1.19.1. Which fixes formatting bugs!
- Many squashed bugs
https://devblogs.microsoft.com/powershell/powershell-for-visual-studio-code-updates-february-2021/
PowerShell Team
PowerShell for Visual Studio Code Updates - February 2021 | PowerShell Team
We are excited to announce that updates to our PowerShell extension and PowerShell Preview extension are now available on the Visual Studio Code marketplace. This blog will explain what is new in these releases as well as what you can expect from the extension…
#prog #dotnet
POH - Pinned Object Heap, отдельная куча для запиненных объектов, появившаяся в .NET 5. В статье рассказывается о том, как она работает.
https://devblogs.microsoft.com/dotnet/internals-of-the-poh/
POH - Pinned Object Heap, отдельная куча для запиненных объектов, появившаяся в .NET 5. В статье рассказывается о том, как она работает.
https://devblogs.microsoft.com/dotnet/internals-of-the-poh/
Microsoft News
Internals of the POH
As folks are aware we added a new kind of heap in .NET 5 called the POH (Pinned Object Heap). Since this is a user facing feature (and there aren't that many of those in GC) I've been meaning to write about it but didn't get around till now. In this blog…
#prog #dotnet #fsharp
Ооо, дааааа! Наконец-то,
https://devblogs.microsoft.com/dotnet/f-and-f-tools-update-for-visual-studio-16-9/
Ооо, дааааа! Наконец-то,
#r "nuget: ..." (возможность "на лету" загрузить пакеты в fsi) поддерживается в VS 2019!https://devblogs.microsoft.com/dotnet/f-and-f-tools-update-for-visual-studio-16-9/
.NET Blog
F# and F# tools update for Visual Studio 16.9
Announcing updates to the F# tools for Visual Studio 16.9 which includes .NET 5 scripting, productivity features, tooling performance and more.
#prog #tools
Для всех IDE от JetBrains вышел в открытую бету плагин Code With Me для парного программирования.
https://blog.jetbrains.com/ru/blog/2021/03/04/code-with-me-beta-support-for-audio-and-video-calls/
Для всех IDE от JetBrains вышел в открытую бету плагин Code With Me для парного программирования.
https://blog.jetbrains.com/ru/blog/2021/03/04/code-with-me-beta-support-for-audio-and-video-calls/
The JetBrains Blog
Code With Me Beta: поддержка аудио- и видеозвонков | Company Blog
Code With Me, новый сервис JetBrains для удаленного парного программирования и совместной разработки, недавно пополнился новыми функциями и перешел на этап беты. Свежая версия поддерживает аудио- и ви
#prog #powershell
PowerShell становится ещё удобнее с фичей Dynamic Help. Это позволит читать доку не отрываясь от работы в терминале.
https://devblogs.microsoft.com/powershell/announcing-psreadline-2-2-beta-2-with-dynamic-help/
PowerShell становится ещё удобнее с фичей Dynamic Help. Это позволит читать доку не отрываясь от работы в терминале.
https://devblogs.microsoft.com/powershell/announcing-psreadline-2-2-beta-2-with-dynamic-help/
#prog #dotnet #tools #security
Новый
https://devblogs.microsoft.com/nuget/how-to-scan-nuget-packages-for-security-vulnerabilities/
Новый
dotnet tool для обнаружения известных уязвимостей в NuGet пакетах.https://devblogs.microsoft.com/nuget/how-to-scan-nuget-packages-for-security-vulnerabilities/
Microsoft News
How to Scan NuGet Packages for Security Vulnerabilities
Open Source is everywhere. It is in many proprietary codebases and community projects. For organizations and individuals, the question today is not whether you are or are not using open-source code, but what open-source code you are using, and how much.If…
Forwarded from PowerShell
📌 v7.1.3 Release of PowerShell
Engine Updates and Fixes:
- Remove the 32K character limit on the environment block for
- Fix webcmdlets to properly construct URI from body when using
General Cmdlet Updates and Fixes
- Fix
Build and Packaging Improvements
- Bump .NET SDK to 5.0.4
Engine Updates and Fixes:
- Remove the 32K character limit on the environment block for
Start-Process- Fix webcmdlets to properly construct URI from body when using
-NoProxyGeneral Cmdlet Updates and Fixes
- Fix
PromptForCredential() to add targetName as domainBuild and Packaging Improvements
- Bump .NET SDK to 5.0.4
#prog #tools
https://stackoverflow.blog/2021/03/17/stack-overflow-for-teams-is-now-free-forever-for-up-to-50-users/
https://stackoverflow.blog/2021/03/17/stack-overflow-for-teams-is-now-free-forever-for-up-to-50-users/
Stack Overflow Blog
Stack Overflow for Teams is now free forever for up to 50 users
Stack Overflow for Teams, our collaboration platform for building a knowledge base inside your organization, is now free.
Forwarded from gsomix
Подготовил список образовательных материалов:
- тайпклассы для .NET;
- тайпклассы на SRTP;
- экзистенциальные типы;
- rank-N polymorphism;
- HKT: оригинальная статья, одна из реализаций, цикл статей;
- GADT: оригинальная статья, пример реализации;
- tagless final: оригинальная статья, статья про применение, пример реализации;
- object algebras: ознакомительная статья, пример реализации;
- алгебраические эффекты: обзорная статья, реализация для C#, статья про нее.
- тайпклассы для .NET;
- тайпклассы на SRTP;
- экзистенциальные типы;
- rank-N polymorphism;
- HKT: оригинальная статья, одна из реализаций, цикл статей;
- GADT: оригинальная статья, пример реализации;
- tagless final: оригинальная статья, статья про применение, пример реализации;
- object algebras: ознакомительная статья, пример реализации;
- алгебраические эффекты: обзорная статья, реализация для C#, статья про нее.
GitHub
visualfsharp/examples/fsconcepts.md at hackathon-vs · MattWindsor91/visualfsharp
The Visual F# compiler and tools. Contribute to MattWindsor91/visualfsharp development by creating an account on GitHub.
Some <| CoolStuff() pinned «#prog #dotnet #fsharp Просто шикарная подборка материалов по F#, которая будет полезна всем!»