Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Warnings during build/test

Open
#10 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp, sql

Research direction

Start by running the build and tests, then inspect SqlDom/UTSqlScriptDom.csproj for the MSB3884 warning and TSql160ParserInternal_final.cs around line 79827 for the unused-variable warning. Check the non-public TestClass warning for UTSqlScriptDom.DataRetentionSqlScriptDomTests as well. Done means the listed warnings, and any additional warnings found during the run, are resolved without introducing new ones.

Written by the indexing model from the issue text.

Description

build

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)

Dominant language
GAP
Stars
277
Forks
43
Avg merge
6d 17h
Merged PRs (30d)
3

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/SqlScriptDOM

All issues in microsoft/SqlScriptDOM

Similar issues

More Build System issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.