Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. 14:41:46 {master} /usr/local/src/diceexpressions/Antlr4DensityParser$ dotnet build
  2. Microsoft (R) Build Engine version 15.5.180.51428 for .NET Core
  3. Copyright (C) Microsoft Corporation. All rights reserved.
  4.  
  5. Restore completed in 15.65 ms for /usr/local/src/diceexpressions/Antlr4DensityParser/Antlr4DensityParser.csproj.
  6. .antlr/DensityExpressionGrammarParser.cs(35,22): error CS0534: 'DensityExpressionGrammarParser' does not implement inherited abstract member 'Recognizer<IToken, ParserATNSimulator>.TokenNames.get' [/usr/local/src/diceexpressions/Antlr4DensityParser/Antlr4DensityParser.csproj]
  7. .antlr/DensityExpressionGrammarLexer.cs(80,27): error CS0115: 'DensityExpressionGrammarLexer.ChannelNames': no suitable method found to override [/usr/local/src/diceexpressions/Antlr4DensityParser/Antlr4DensityParser.csproj]
  8. .antlr/DensityExpressionGrammarLexer.cs(32,22): warning CS3021: 'DensityExpressionGrammarLexer' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/usr/local/src/diceexpressions/Antlr4DensityParser/Antlr4DensityParser.csproj]
  9. .antlr/DensityExpressionGrammarParser.cs(35,22): warning CS3021: 'DensityExpressionGrammarParser' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/usr/local/src/diceexpressions/Antlr4DensityParser/Antlr4DensityParser.csproj]
  10.  
  11. Build FAILED.
  12.  
  13. .antlr/DensityExpressionGrammarLexer.cs(32,22): warning CS3021: 'DensityExpressionGrammarLexer' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/usr/local/src/diceexpressions/Antlr4DensityParser/Antlr4DensityParser.csproj]
  14. .antlr/DensityExpressionGrammarParser.cs(35,22): warning CS3021: 'DensityExpressionGrammarParser' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute [/usr/local/src/diceexpressions/Antlr4DensityParser/Antlr4DensityParser.csproj]
  15. .antlr/DensityExpressionGrammarParser.cs(35,22): error CS0534: 'DensityExpressionGrammarParser' does not implement inherited abstract member 'Recognizer<IToken, ParserATNSimulator>.TokenNames.get' [/usr/local/src/diceexpressions/Antlr4DensityParser/Antlr4DensityParser.csproj]
  16. .antlr/DensityExpressionGrammarLexer.cs(80,27): error CS0115: 'DensityExpressionGrammarLexer.ChannelNames': no suitable method found to override [/usr/local/src/diceexpressions/Antlr4DensityParser/Antlr4DensityParser.csproj]
  17. 2 Warning(s)
  18. 2 Error(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement