Skip to content
#

roslyn

Here are 314 public repositories matching this topic...

uno
HavenDV
HavenDV commented Feb 9, 2022

Current behavior

Before autocomplete:
image

When trying to use chrome's autocomplete, autocomplete appears with a white background, which creates havoc along with PlaceholderText
<img width="385" alt="image" src="https://user-images.githubusercontent.com/3002

kind/bug good first issue platform/wasm project/styling

基于 Roslyn 的 C# 动态程序集构建库,该库允许开发者在运行时使用 C# 代码构建域 / 程序集 / 类 / 结构体 / 枚举 / 接口 / 方法等,使得程序在运行的时候可以增加新的模块及功能。Natasha 集成了域管理/插件管理,可以实现域隔离,域卸载,热拔插等功能。 该库遵循完整的编译流程,提供完整的错误提示, 可自动添加引用,完善的数据结构构建模板让开发者只专注于程序集脚本的编写,兼容 stanadard2.0 / netcoreapp3.0+, 跨平台,统一、简便的链式 API。 且我们会尽快修复您的问题及回复您的 issue.

  • Updated Mar 8, 2022
  • C#
docfresh
docfresh commented Dec 13, 2021

Steps to reproduce

  1. Have a VB app with XML Documentation checked in project settings, set to \bin\FixityVB.xml

  2. Convert to C#

  3. Change to release configuration

  4. App won't build. Error is:
    Error CS2021 File name ‘C:\dev\fixity\FixityVB\bin\’ is empty, contains invalid characters, has a drive specification without an absolute path, or is too long

  5. Go into project settings, cha

compilation error help wanted good first issue VB -> C#

Improve this page

Add a description, image, and links to the roslyn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the roslyn topic, visit your repo's landing page and select "manage topics."

Learn more