Skip to content
#

roslyn

Here are 304 public repositories matching this topic...

uno
workgroupengineering
workgroupengineering commented Dec 21, 2021

Current behavior

Exception occurred: System.ArgumentException: Provided filter string is not valid. Filter string should contain a description of the filter, followed by a vertical bar and the filter pattern. Must also separate multiple filter description and pattern pairs by a vertical bar. Must separate multiple extensions in a filter pattern with a semicolon. Example: "Image files (*.bm

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

  • Updated Jan 4, 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

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