#
roslyn
Here are 284 public repositories matching this topic...
takla21
commented
Jun 10, 2021
Current behavior
When I removed the status bar by adding those 4 lines in the style.xml
<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>Applying `VisibleBoundsPadding
javascript
c-sharp
jquery
visual-studio
typescript
csharp
js
compiler
roslyn
dotnet
nuget
dotnetcore
ts
javascript-compiler
bridge
dotnet-core
source-to-source
-
Updated
May 14, 2021 - C#
A collection of 500+ analyzers, refactorings and fixes for C#, powered by Roslyn.
-
Updated
Aug 22, 2021 - C#
PeachPie - the PHP compiler and runtime for .NET and .NET Core
microsoft
php
opensource
roslyn
dotnet
dotnetcore
coreclr
php-compiler
peachpie
pchpcompiler
aspnet-core
netstandard
-
Updated
Aug 17, 2021 - C#
A cross-platform C# editor based on Roslyn and AvalonEdit
-
Updated
Aug 14, 2021 - C#
OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
-
Updated
Aug 25, 2021 - C#
-
Updated
May 31, 2021 - C#
基于 Roslyn 的 C# 动态程序集构建库,该库允许开发者在运行时使用 C# 代码构建域 / 程序集 / 类 / 结构体 / 枚举 / 接口 / 方法等,使得程序在运行的时候可以增加新的模块及功能。Natasha 集成了域管理/插件管理,可以实现域隔离,域卸载,热拔插等功能。 该库遵循完整的编译流程,提供完整的错误提示, 可自动添加引用,完善的数据结构构建模板让开发者只专注于程序集脚本的编写,兼容 stanadard2.0 / netcoreapp3.0+, 跨平台,统一、简便的链式 API。 且我们会尽快修复您的问题及回复您的 issue.
-
Updated
Aug 16, 2021 - C#
WPF for JavaScript
-
Updated
May 25, 2018 - C#
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc.
-
Updated
Oct 16, 2020 - C#
AteCoder
commented
Oct 23, 2020
Is your feature request related to a problem? Please describe.
Consmetics
Describe the solution you'd like
After convetion, I rename the My Project folder to Properties, which attains the characteristics of a C# project.
Describe alternatives you've considered
N/A
Additional context
N/A
Code analyzer for C# and VB.NET projects https://redirect.sonarsource.com/plugins/vbnet.html
c-sharp
static-code-analysis
roslyn
static-analysis
sonarqube
code-quality
static-analyzer
language-team
-
Updated
Aug 25, 2021 - C#
C# Source Generator based dependency injection container implementation.
roslyn
dependency-injection
microsoft-extensions
source-generators
singleton-service
roslyn-generator
-
Updated
Apr 30, 2021 - C#
Curated list of awesome Roslyn books, tutorials, open-source projects, analyzers, code fixes, refactorings, and source generators
-
Updated
Jul 6, 2021
A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
-
Updated
Aug 24, 2021
A utility to perform design-time builds of .NET projects without having to think too hard about it.
-
Updated
Aug 18, 2021 - C#
Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
-
Updated
Nov 27, 2020 - C#
Roslyn analyzers that aim to help security audit on .NET applications.
-
Updated
Feb 19, 2018 - C#
A Roslyn-based cross-platform tool that generates an object model diagram from a set of C# source files or assemblies
-
Updated
Jun 19, 2020 - C#
Portable Razor compiler & code generator
-
Updated
Jul 28, 2021 - C#
Improve this page
Add a description, image, and links to the roslyn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the roslyn topic, visit your repo's landing page and select "manage topics."
https://github.com/dotnet/roslyn/blob/1cca63b5d8ea170f8d8e88e1574aa3ebe354c23b/src/Compilers/CSharp/Portable/Syntax/TypeDeclarationSyntax.cs#L118
This should be
throw new ArgumentException(ADescriptiveMessageFromResources, nameof(kind));