Skip to content
#

roslyn

Here are 318 public repositories matching this topic...

uno
kazo0
kazo0 commented Mar 31, 2022

On which page?

https://platform.uno/docs/articles/guides/uno-material-walkthrough.html

What's wrong?

Step 2 within the "Section 2: Using Uno.Material library" section makes reference to Chip/ChipGroup/Card/Divider which have now all been moved to the Uno.Toolkit.UI.Material package.

These changes will also need to be reflected in the referenced UnoMaterialSample, an issue tracking

good first issue area/uno-material kind/documentation

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

  • Updated Apr 12, 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