Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings during build/test #10

Open
1 of 3 tasks
Charles-Gagnon opened this issue Apr 17, 2023 · 0 comments
Open
1 of 3 tasks

Warnings during build/test #10

Charles-Gagnon opened this issue Apr 17, 2023 · 0 comments
Labels
build Related to building scriptdom

Comments

@Charles-Gagnon
Copy link

Charles-Gagnon commented Apr 17, 2023

There's a number of compiler warnings during build/test. It'd be good to get these fixed now so new warnings are easier to notice.

  • UTA001: TestClass attribute defined on non-public class SqlStudio.Tests. UTSqlScriptDom.DataRetentionSqlScriptDomTests
  • MSB3884: Could not find rule set file "AllRules.ruleset". [C:\src\SqlScriptDOM\Test\SqlDom\UTSqlScriptDom.csproj::TargetFramework=net462]
  • TSql160ParserInternal_final.cs(79827,8): wa rning CS0219: The variable 'vHasColumnList' is assigned but its value is never used [C:\src\SqlScriptDOM\SqlScriptDom\Microsoft.SqlServer.TransactSql .ScriptDom.csproj::TargetFramework=net6.0]

(there may be others, these were just the initial ones I noticed)

@dzsquared dzsquared added the build Related to building scriptdom label Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to building scriptdom
Projects
None yet
Development

No branches or pull requests

2 participants